Combining LRS and Topology Geometry Network?

Hi,
Is it possible to combine the LRS Network and Topology Model ?
e.g. to create a Topology Geometry Network and which uses LRS Geometries ?
some details:
I used the command SDO_NET.CREATE_TOPO_NETWORK(‘TEST_NET’, 1, true, false);
The following table was created:
TEST_NET_LINK$ with a column named TOPO_GEOMETRY of Type mdsys.SDO_TOPO_GEOMETRY
now my Questions:
- Where do I store the actual mdsys.SDO_GEOMETRY
Object ? (is there a default table?)
- Can this Geometry be of type LRS ?
Thank you
Marco

The Network Data Model can work with either LRS geometries or data stored in the topology data model, but not both.
The topology data model does not work with LRS geometries.
Depending on how you are generating the measure values in your lrs data, you may be able to recreate the measure values whenever you change the definition in a topology, and store the lrs data as genererated geometry data in a separate table using get_geometry() and convert_to_lrs_geometry

Similar Messages

  • Probs with adding network and topology themes

    Hallo everybody,
    I wanted to add my network and topology data with the following sql-code
    INSERT INTO USER_SDO_THEMES VALUES(
    'THEME_DEMO_NETWORK',
    'Stromnetz Netzwerkmodell',
    'STROMNETZ_NW_LINK$',
    'TOPO_GEOMETRY',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules
    theme_type="network"
    network_name="STROMNETZ_NW"
    network_level="1">
    <rule>
    <features>
    <link
    style="C.RED"
    direction_style="M.IMAGE105_BW"
    direction_position="0.85"
    direction_markersize="8">
    </link>
    <node
    style="M.CIRCLE"
    markersize="5">
    </node>
    </features>
    </rule>
    </styling_rules>' );
    INSERT INTO USER_SDO_THEMES VALUES(
    'THEME_TOPO_NSLA',
    'Topologie fuer NSLA',
    'NS_LEITUNGSABSCHNITT_TOPO_TAB',
    'POSITION',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="topology" topology_name="STROMNETZ">
    <rule>
    <features style="C.RED">
    </features>
    </rule>
    <styling_rules>');
    The rows are added to the user_sdo_themes but when I click on the network theme in the definition tool I get the error-message: No style attribute in row 1 is found. Only the valid elements are shown in the table. And there aren't any rows in the following table. What is wrong?
    When I add my topology theme to a map where I already have 2 other themes in the data of the topology theme isn't displayed.
    Both network and topology are valid.
    Another question is ... can there be problems by using the following char ' and that char " I took the code from the Mapviewer documentation and there are these different chars used.
    I have two different users spatial and scott. In both users I have imported the mvdemo so I have in both the same styles metadata. I needn't to define the style for my network like "SPATIAL:C.RED" or something like that? At the moment I only work with user spatial.
    Hope somebody can help. Thanks
    Katrin

    Hallo Daniel, hallo Joao,
    thanks for your reply. I have tried with SPATIAL:C.RED but I think my error is that I have created the map with the topology theme/network theme (I have posted before) with the Map Definition tool. Could that be the error?
    In my log file there is following exception
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-8
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_DEMO_FLST ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'FLAECHE', FLAECHE, 'SCOTT:C.COUNTIES', FLST_NR_ZAEHLER, 'SCOTT:T.CITY NAME', 1 FROM FLURSTUECK_TAB WHERE MDSYS.SDO_FILTER(FLAECHE, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-9
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, DEBUG] LoadThemeData running thread: Thread-10
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ FLURSTUECK_TAB ] sql exec time: 38ms, total time loading 6 features: 155ms.
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_TOPO_NSLA ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'POSITION', POSITION, 'SPATIAL:C.RED', null, 'null', -1 FROM NS_LEITUNGSABSCHNITT_TOPO_TAB WHERE MDSYS.SDO_FILTER(POSITION, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [ THEME_DEMO_GEB ]: 2558531.6666666665,5684295.0,2558998.333333333,5684645.0
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, FINEST] [PT Query] SELECT ROWID||'FLAECHE', FLAECHE, 'SCOTT:C.BLACK', null, 'null', -1 FROM GEBAEUDE_TAB WHERE MDSYS.SDO_FILTER(FLAECHE, MDSYS.SDO_GEOMETRY(2003, 82015, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(?, ?, ?, ?)), 'querytype=WINDOW') = 'TRUE'
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ NS_LEITUNGSABSCHNITT_TOPO_TAB ] sql exec time: -1120047089477ms, total time loading 0 features: 90ms.
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, ERROR] *** SQL Exception while querying theme: THEME_TOPO_NSLA
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, ERROR] java.sql.SQLException: ORA-29900: operator binding does not exist
    ORA-06553: PLS-306: wrong number or types of arguments in call to 'SDO_FILTER'
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:304)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:271)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:625)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:181)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:661)
         at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:951)
         at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:693)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1057)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2901)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2942)
         at oracle.sdovis.JDBCDataSource4PT.loadFeaturesInWindow(JDBCDataSource4PT.java:344)
         at oracle.sdovis.JDBCDataSource4PT.prepareFeatures(JDBCDataSource4PT.java:256)
         at oracle.sdovis.PredefinedTheme.prepareData(PredefinedTheme.java:85)
         at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1300)
    [oracle.sdovis.JDBCDataSource4PT, Wed Jun 29 14:11:29 CEST 2005, DEBUG] [ GEBAEUDE_TAB ] sql exec time: 70ms, total time loading 6 features: 77ms.
    [oracle.sdovis.DBMapMaker, Wed Jun 29 14:11:29 CEST 2005, INFO] **** time spent on loading features: 307ms.
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_DEMO_FLST with 6 styled features: 5ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_DEMO_GEB with 6 styled features: 1ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, FINEST] Theme isClickable=false
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to render theme THEME_TOPO_NSLA with 0 styled features: 1ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_DEMO_FLST with 6 styled features: 56ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_DEMO_GEB with 6 styled features: 0ms
    [oracle.sdovis.VectorRenderer, Wed Jun 29 14:11:29 CEST 2005, DEBUG] time to label theme THEME_TOPO_NSLA with 0 styled features: 0ms
    If this is the error how can I create my map with network and/or topology themes in sql*plus. I can't take Map definition tool for this taske!? At the moment I use only SQL*Plus.
    Sorry for this long post.
    Thanks Katrin

  • How to obtain mesh geometry and topology data?

    I am using JavaScript 3D engine for Adobe Acrobat.
    I am using the "Mesh" class.
    It seems that geometry and topology information is not available from "Mesh" class.
    Is it right?
    Can anybody to advise me a method for obtain geometry and topology information?
    P.S. Geometry = geometrical information about mesh, such as vertex coordinates. Topology = triangle connectivity.
    Thanks for any advise!

    We really need screen shots (*png format/NOT .bmp!) or attached code to see what might be the problem. There are an infinite number of mistakes that can be made (or nearly so), depending on how a program is written.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I'm not really sure how to get those source files back

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    Is there any solution (other than buying
    I really think 'buying' is the best solution on this one.  Ideally, you would have at least five internal hard drives.
    System
    Projects
    Cache/Scratch
    Media
    Exports
    Use externals and network drive only for backup.

  • Updated bios via Live Update and now my Network card isn't detected

    I have an msi Z87-GD65 Gaming Motherboard and I updated some drivers and the bios via msi Live Update 6 last night and now my computer refuses to recognize my network adapter. The adapter is a TRENDnet N600, plugs into PCIe if I'm not mistaken. Wifi if my only option with this computer, I can't use ethernet, so it's really important I get the network card working again. I have had zero issues with it until this.
    The reason I was updating was to try to get my third monitor to work when plugged into the mobo, while my other two were plugged into the graphics card (which I also installed yesterday, but it's working fine). Note that it still was not working, but I had enabled the IGD Multi-Monitor from bios.
    Any suggestions would be appreciated. I did try uninstalling the drivers but it still won't detect the network card. I also tried disconnecting and reconnecting the network card (and I cleaned the port for good measure).
    I've only been using Windows computers for a year, so bear with me if there's stuff I don't know. Thanks in advance. I can try to get a full list of what was installed later tonight, but all of it that I can find has been uninstalled at this point.
    Note: I did not flash the bios when I installed, which I have now heard is a bad idea, apparently. l:

    what OS you are running?
    Quote
    Note: I did not flash the bios when I installed, which I have now heard is a bad idea, apparently. l:
    you said you've updated drivers & BIOS:
    Quote
    I updated some drivers and the bios via msi Live Update 6 last night and now my computer refuses to recognize my network adapter.
    can you clarify is you update BIOS too or not?
    and what is your current bios version?
    Quote
    and I updated some drivers
    what kind of drivers?
    Quote
    I did try uninstalling the drivers but it still won't detect the network card. I also tried disconnecting and reconnecting the network card (and I cleaned the port for good measure).
    have you tried to load last good known configuration or the last windows restore point?
    or to reinstall OS?

  • A single report can't combine portrait and landscape oriented pages

    Post Author: joelo2
    CA Forum: Crystal Reports
    Hi,
    Can a single report in Crystal report XI (version 11.5.8.826) combine portriat and landscape oriented pages like Crystal report 2008?   For example, I have one main report with several subreports in the main report.  I want one subreport be in portrait page orientation and the other subreports in landscape.  Can I do something like that in Crystal report XI version?    I even tried writing a small .net program to do this, but it doesn't seem to allow me to do that programmatically either.  Please help

    Post Author: ngra
    CA Forum: Crystal Reports
    I'd like to elevate this issue with Crystal Reports XI. There is a critical application which we developed in-house which needs both portrait and landscape orientation in each of the 30,000 plus documents we are sending out every month.If developers in Business Objects are picking this thread up - we need a patch for this limitation - quick. Right now, we are toying with the possibility of exporting the documents into a text format with markers indicating if a page is portrait or landscape. This is to be loaded into a Xerox machine (which costs hundreds of thousands of dollars), where it is mapped automatically to portrait or landscape. Note to Business Objects: This will provide us and countless others with much value. Think 80/20 rule - most bang for your development bucks and value for your customers!

  • Welcome to Solutions and Architectures Borderless Networks Community

    Welcome to the Solutions and Architectures Borderless Networks Community.  We encourage everyone to share their knowledge and start conversations related to Borderless Solutions and architectures. All topics are welcome, including Switches, Routers, Security, Wireless, Cloud and System Management, WAN Optimization and solutions to solve business problems.
    Remember,  just like in the workplace, be courteous to your fellow forum  participants. Please refrain from using disparaging or obscene language  or posting advertisements.
    Cheers,
    Dan Bruhn       

    Hi,
    I have a question...
    I going to install two Nexus 7009 with three N7K-F248XP-25  modules on each one, I am planning to create 3 VDC, but at the initial configuration the system does not show the ethernets ports of these modules, even with the show inventory and show module I can see tah the modules are recognized and its status is OK. There is something that I have to do before start to configure these modules...? enable some feature or license in order to see the ports with show running CLI...?

  • Cant fix - "select a certificate or enter a name and password for network"

    iMac 27 - inch, Mid 2010
    Software OS X 10.8.2 (12C60)
    I cant seem to fix this message when going online, nore have I managed to find any help with it.
    everytime my imac27 2010 sleeps it goes offline then this message appears...
    "select a certificate or enter a name and password for network (whatever network im trying to connect to)"
    it continues with...
    "no certificate selected"
    "account name"
    "password"
    as a result I have to play around with "join other network" every time I want to join my own network.
    it was so anoying that I decided to reinstall everything from scrach, so I backed everything to time machine. but I couldnt restore as im on snow leapard and dont have an original disc with me. I moved countries so the apple store isnt round the corner any more :/ (disc would need to be shipped in)
    whats interesting in my mac did not have this wifi conection problem when I took it to another location. only from home. But every other devise does not have this problem even at home...
    any help really appreciated

    Hi, this has worked for a few...
    Make a New Location, Using network locations in Mac OS X ...
    http://support.apple.com/kb/HT2712
    10.7 & 10.8…
    System Preferences>Network, top of window>Locations>Edit Locations, little plus icon, give it a name.
    10.5.x/10.6.x/10.7.x instructions...
    System Preferences>Network, click on the little gear at the bottom next to the + & - icons, (unlock lock first if locked), choose Set Service Order.
    The interface that connects to the Internet should be dragged to the top of the list.
    10.4 instructions...
    Is that Interface dragged to the top of Network>Show:>Network Port Configurations.
    If using Wifi/Airport...
    Instead of joining your Network from the list, click the WiFi icon at the top, and click join other network. Fill in everything as needed.
    For 10.5/10.6/10.7/10.8, System Preferences>Network, unlock the lock if need be, highlight the Interface you use to connect to Internet, click on the advanced button, click on the DNS tab, click on the little plus icon, then add these numbers...
    208.67.222.222
    208.67.220.220
    Click OK.

  • Keeps asking for Select a certificate or enter a name and password for network

    everytime i start my mac it asks for "Select a certificate or enter a name and password for network" and when i'll close it and reopen it, it still asks.
    can somebody help with what am i suppose to do?

    If you are currently showing WiFi status in the menu bar, you would see this icon:
    If you see that near the top right corner, click it and choose "Join other network" from the drop down list.
    If you do not see that icon, then go to System Preferences (under the Apple logo in the menu bar), ciick "Network", then choose "WiFi" and choose something (probably "Assist me" at the bottom) there.

  • Hi. I have a MacBook Pro with OS10.6.8 and cannot get net pages to load on my network at home. I can connect to the internet in work and on other networks. However, some other networks are now starting to fail. Can anyone suggets how I can fix it??

    Hi. I have a MacBook Pro with OS10.6.8 and cannot get internet pages to load on my WiFi network at home. My iMac, iPhone and iPad all work on this network.  It is connected to the net as dropbox registers a connection and so does skype. I can connect to the WiFi in work and on other networks when travelling. However, some other networks are now starting to fail. Can anyone suggets how I can fix it, as the MBP appears to be fine, its updated with all the latest versions of software and the WiFi network is also fine....just not with my MBP??

    Hi. I have a MacBook Pro with OS10.6.8 and cannot get internet pages to load on my WiFi network at home. My iMac, iPhone and iPad all work on this network.  It is connected to the net as dropbox registers a connection and so does skype. I can connect to the WiFi in work and on other networks when travelling. However, some other networks are now starting to fail. Can anyone suggets how I can fix it, as the MBP appears to be fine, its updated with all the latest versions of software and the WiFi network is also fine....just not with my MBP??

  • How do I combine text and photos on the same page in iPhoto using photobook

    How do I combine text and photos on the same page in iPhoto using photobook?

    You mean while creating a book in iPhoto?  Click on the layout button while viewing a page and select the layout that includes both text and photos.  Most themes will have those options.
    OT

  • HT4352 I installed itunes on Pc windows7 and on same network of Apple tv and enter same apple id but i dont see computer on apple tv

    I installed itunes on Pc windows7 and on same network of Apple tv and enter same apple id but i dont see computer on apple tv

    I did that and I have the device appearing in my Apple ID on the computer but Apple Tv don't see the computer I don't know why

  • Have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency     When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.     Do I combine them and then copy

    I have Windows XP and Adobe 9 Reader and need to send a series of large documents to clients as a matter of urgency When I convert 10 pages a MS-Word file to Pdf this results in file of 6.7 MB which can't be emailed.  Do I combine them and then copy to JPEG 2000 or do I have to save each page separately which is very time consuming Please advise me how to reduce the size and send 10 pages plus quickly by Adobe without the huge hassles I am enduring

    What kind of software do you use for the conversion to pdf? Adobe Reader can't create pdf files.

  • I imported pics to catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive. Can I merge cats and will new path to source files be correct if when inporti

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

    I imported different trips to different catalogs on different external hard drives.  Later renamed external HDs.  I want to combine catalogs and have my source (NEF) files all together on one drive.  I’m not really sure how to get those source files back and get rid of the extra long path to where the source files are now located. If I re-link files to their current catalog (many different paths to files in same catalog) can I merge (import catalogs) into one master catalog?  Will the new (Master catalog) have the correct link to the source file?  If not, how or can this be done?
    I have tried to explain my situation as clearly as I can.  Do you understand my situation?
    This maybe something you don’t have time to help me with.  If not can you suggest somewhere I can get an answer?  I really need help.  PLEEEZZZ HELP ME.
    Bruce Schuerman
    Norman, OK
    405_514-4875 (call collect)
    [email protected]

  • Photosmart premium all in one and wireless G network

    Is the new photosmart premium with built-in Ethernet, WiFi 802.11n backward compatible on b/g wireless network?  Will it connect wirelessly to my Linksys WiFi 802.11g network?
    Thanks!

    Yes, 802.11n devices, including our two new Photosmart Premium All-In-One printers, are compatible with 802.11g wireless networks.
    A bit of background:  the 802.11n standard that was just recently ratified mandates compatibility with 802.11g and 802.11b networks and devices.  You can even mix devices on the same network.  For example, you can setup a 802.11n network and connect both 802.11n and 802.11g devices and have the 802.11n devices run at 802.11n speeds.
    You could also connect 802.11b devices to your 802.11n network though from a performance point of view, that isn't recommended.  The presence of any 802.11b devices in vicinity of 802.11g or 802.11n networks degrades those networks.
    Regards / Jim B / Wireless Enthusiasts
    ( While I'm an embedded wireless systems engineer at work, on this forum I do not represent my former employer, Hewlett-Packard, or my current employer, Microsoft )
    + Click the White Kudos star on the left as a way to say "thank you" for helpful posts.

Maybe you are looking for