Questions on the LRS network model.

On page 6-26 of the "Oracle Spatial Topology and Network Data Models" documentation, the example shows that measures are recorded in the 'roads' table (i.e. the one with the geometry of the feature).
1. Why in this example is 'null' used for Node 5 ('...automatically calculated and filled...') but not the others?
2. Why in this example is measure even necessary? There is no link to the underlying route from this table (i.e. measures should only be recorded in the context of a given route).
3. It seems like this measure is merely the offset from the starting vertex (not true LRS); do we have the wrong interpretation?
On Page 6-30, the example shows that measures are recorded for each Node and each Link. We had envisioned nodes and links being separate from the route they play a role upon. For example, if the same node was part of two distinct routes, does this mean storing two rows in "road_nodes"? But they're the exact same location and the same node in our network. The same question applies to the 'road_links' table. If the answer is 'duplicate the rows' in nodes and links (once per route), why doesn't 10g Spatial record 'measure' in the "road_paths" table? Note that, on page 6-31, it says that it is '...for possible future use...'...
This example also implies the rows in the roads table are replicated as the (m)easure of the geometry column would change based on the route involved? If this is not the case why store the measure in the geometry column at all?

Hi,
My name is Gary Wong, and the original poster was asking these questions on my behalf. I'd like to continue the thread below in-line....
A: This is a basic LRS concept. You can have some NULL
measure values, and LRS can compute the actual measure
corresponding to a NULL value. This has nothing to do
with Network modeling, so you can assume a valid
measure value here for this example.So this was just an example showing both 'manually calculated and entered' and 'let Spatial figure it out'? As this is merely the offset from the starting point, wouldn't a user always use NULL to let Spatial figure it out? It seems like this model will always use whole links in a contiguous fashion, so when would the measure not be the cumulative total?
2. Why in this example is measure even necessary? There
is no link to the underlying route from this table
(i.e. measures should only be recorded in the context
of a given route).So in this model (and example), the entry in roads is the route itself? Other LRS models allow the re-use of a common route, so multiple entries in the roads table would reference the same route (in another table). A real-life example is a single straight road that has different names, or has different road surface, or road classifications.
Folowing this example, if I wanted to spatially reference some other business attribution on an existing route, say R1, would I have to create another entry in roads and duplicate the data? Even if it has the same start/end locations and path?
A: Measure is always an offset from the start vertex
and this is true for any LRS system. I am not sure what
you mean by "not true LRS".My mistake in using these words; there is no true LRS, just different models/implementations of it =8^). Other LRS systems can have a measure beginning, say 2.5 metres after the starting node (node, not vertex; I define a vertex as as one of co-ordinates defining the link, and node as a topologically significant vertex such as the start and end vertices).
Hmmm, does this answer my first question above? If you wished to start a road (as per the example) slightly off of a node, would you enter a non-zero measure as the initial co-ordinate?
Assuming I'm on the right track (i.e. cannot re-use a route), does anyone know if Oracle plans to implement this kind of LRS in 10g Spatial?
I see a cryptic ".. for possible future use..." reference on page 6-31 regarding the create_path_table() and create_path_link_table() methods.
Is this future use to allow multiple uses and references of a route?
Thanks and sorry for the loooong email..
gary

Similar Messages

  • Question re: MapViewer and Network Model functions

    Hi all,
    Quick question re: MapViewer and it's support for the Network Model and the shortest-path functions. If I create a base map with a network theme based on my (large) network, and then use a jdbc_network_query on the same network to do some shortest path analysis will MapViewer use the (hopefully) cached copy of the Network to calculate the shortest path? i.e can I expect good response times once the cache is warmed up?
    Thanks,
    Steve

    Hi Steve,
    MapViewer uses the Network Java library to run the shortest path algorithm. This library is independent of the MapViewer cache, and also not thread safe. So for now the network is always loaded. The load time may be reduced if the request has a MBR, but it is not the ideal solution. There is a working going on, and we hope to avoid this load in future versions.
    Thanks.

  • WRT400N - question about the dual networks

    hi all -
    just bought a linksys wrt400n router and i already love it ... it works perfect and i can already tell an increase in my web browsing and network performance. i know i setup two separate networks - the first is 2.4ghz, the second is 5ghz.  reading over the documentation it says:
    "The 5 GHz and 2.4 GHz bands are designed to work separately yet simultaneously, so you can easily customize your ideal configuration—for example, use the 2.4 GHz band to surf, email and print while keeping the less crowded 5 GHz band free for time sensitive traffic like music, gaming and highdefinition video."
    so wouldn't i always want to use the 5ghz?
    if it matters, i'm running a mix of windows xp, windows vista, xbox, wii, a couple of iphones (3gs), sometimes a couple of iMacs, and maybe a couple other devices i can't remember right now.
    anyway, thx for any help!
    ted
    edit: by the way, i also bought the wireless-n dual band usb adaptor (wusb600n).  when i used the auto-connect feature (or whatever it's called) it picked the 5ghz network, so i figured it would choose the optimum configuration.
    Message Edited by hyimted on 10-14-2009 09:56 PM

    The configuration you are trying to setup on the router is correct.The Wireless adapter you are using is also a dual band adapter. So if you will use the auto-connect wizard on the adapter,it will automatically pick the 5GHz network.

  • Questions LRS-Network

    Hallo everybody,
    I am working with the network model and I have several questions especially relating to the lrs network.
    I have a utility datamodel with several tables. Each table has a geometry column but only for one table or the features in this table I want to calculate the tspPath(). So for the relevant table I wanted to change the entries in the geometry column that I have a 3rd measure dimension (the distance). Until now I have only 2 dimensions. Do I have to change all tables that there is a 3rd dimension even when it is null so that I can even use this tables?
    My questions:
    Can I mix lrs network and sdo network? Or how can I solve this problem?
    Can I visualize an lsr-netwirk in mapviewer?
    Thanks,
    Katrin

    Hi Katrin,
    In order to use the Network Data Model you need a table with nodes, and a table with links.
    Each node has to have an id
    Each link has to have a start node id and an end node id.
    To do a Travelling Salesman Problem, you also need a cost column in the link table with cost information.
    That is all that is required for the analysis portion.
    To use with MapViewer, you can have SDO_GEOMETRY information or linear referenced SDO_GEOMETRY information. This geometry information is only used for display, and is not used in any analysis by the Network Data Model.
    If you want cost information to be related to link length, you can populate it in the link table by calculating the length of the link and storing it in the cost column.

  • Baseline network model???

    Dear All,
    I want to ask about the following:
    -Baseline network model??? what is it , and how to read more about it from the Cisco point view???
    -MTTR & MTBF??? and how it is relate to the baseline network model ( increasing or decreasing)??

    Guess this document should give you a good start,
    http://www.cisco.com/en/US/tech/tk869/tk769/technologies_white_paper09186a008011e783.shtml

  • How do you get a station global or any variable to be read across UUTs executing in the parallel Sequence model?

    Dear  Support,
    I have two questions regarding the parallel sequence model:
    I am trying to find a global variable or any variable that can be universally read from any thread / step .   For instance:
    - Parallel sequence Model
    - 2 UUTs
    - The main sequence has 20  steps
    - I am looking for a variable that can be read universally across both UUTs in any step.  I have tried many, even the station global variable - as a Boolean - for "Abort" .  But that did not work either.
    Question TWO:   How can I bring out this universal variable to the UI ?  Can you point me to an example?    Do I use the "Lookup"  ,.  I could not get that to work.  Can I use the "Label"  ?  I could not get that to work neither.
    Thanks! Brad
    Brad Whaley
    LabVIEW Certified Engineer

    1. http://digital.ni.com/public.nsf/allkb/21368C716B06780A86256A5C007075DB
    2. Post UI Message http://zone.ni.com/reference/en-XX/help/370052K-01/tsapiref/reftopics/engine_postuimessage_m/
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Open soruce code of Neural Network Model of the Cerebellum

    I would like to share with the community the code of a Neural Network Model of the Cerebellum (CNN). I have been using the CNN for studying the cerebellum and for adaptive robot control. The CNN was developed using Object Oriented Programming (OOP) and a customized Address Event Representation (AER) format. Using OOP and AER allows the construction and evaluation of CNN with more than 80 k neurons, and more than 400 k synaptic connections in real time. The code includes the tools for creating the network, connecting synapses, create the AER format, and a demo for controlling a Virtual Model of a FAN.
    The link to the Cerebellar Network: https://bitbucket.org/rdpinzonm/the-bicnn-model
    Some details of the architecture of the cerebellar model:
    In comparison with traditional ANN or RNN, the CNN has a very peculiar architecture with at least three layers (see below, Fig. 1). Inputs from the external world such as the position of the arms, legs, or sensors from a robot, are carried to the cerebellum via mossy fibers (mf). mfs are then processed in the input layer that includes Golgi (Go) and Granule cells (Gr). The ratio of Gr to mf is around 1000:1, whereas Go to Gr is 15000:1. Because of these numbers it has been proposed that the input layer of the cerebellum transform the input mfs into a sparse representation easing the work of the other layers. The second layer, the molecular layer that could be regarded as a hidden layer, includes Ba/St, Basket and Stellate cells. Their numbers are similar to Go, and their role is still a matter of debate.  The last layer, the output layer, includes Purkinje cells (Pk). There are around 150.000 Gr per one Pk. This is a remarkable feature because the Pk is the only output of the cerebellar cortex. The output of the cerebellar cortex will eventualy reach the motor centers to correct movements.  The CNN includes a plausible learning rule of the cerebellum at synapses between Gr and Pk. It works a an supervised anti-Hebbian rule or a anti-correlation rule in the following way: the teaching signal carrying the information about erroneous motions of the leg, arm, robot, etc, is conveyed by the climbing fiber (cf) to a single Pk. Then, the synaptic weights og Gr-Pk are decreased if there is both cf and Gr activity, whereas if there is not cf (i.e., error) the weights are increased. What this rule means, is that those Gr producing errors have their weight decreased, while those decreasing the error are promoted by increasing their weight. 
    Fig. 1. Neural Network Model of the Cerebellum. mf, Mossy fibers (inputs); Go, Golgi Cells; Gr, Granule cells; Ba/St, Basket and Stellate cells; Pk, Purkinje Cell (Sole output of the cerebellar cortex); cf, climbing fiber (teaching signal); pf, parallel fibers (synapses of pf-Pk are the only adjustable weights in this model, and main loci in the cerebellum); and IO, inferior olivary nucleus.
    Cheers,
    As you can see, the CNN has a very interesting and simple architecture with huge potential for adaptive controller. Do not hessitate in using the model, explore its code, adn post any thought, question, comment, issue. The labview project includes a demo for constructing a CNN and employ it in a classical fedback control of a DC FAN. Fig. 2-3 are some pictures of the application:
    Fig 2. 3D construction of the CNN in LabVIEW representing a cube of the cerebellar cortex with edge length 100 um. Red mf, cyan Gr, green Go, yellow Ba/St, purple Pk.
    Fig 3. Screen capture of the demo application in LabVIEW for the CNN used for controlling a Virtual Model of a DC FAN.
    Thanks,

    Hi gerh. Nice observation! Indeed there are many good softwares out there that are optimized for constructing neural network models. However, none of them have the flexibility and the capability of integration with Hardware that LabVIEW provides. You see, the CNN is being developed to be easily incorporated into engineering applications.
    I haven't tried CV, but I think it could be possible to use the CNN with a 1D representation of the image. 

  • HT5706 I just purchased an AppleTV and am trying to connect AirPlay with my mac (2012 model) In 'system preferences displays' an airplay menu is listed but it says 'no device detected'. My AppleTV and macbook are connected to the same network. Any help?

    I just purchased an AppleTV and am trying to connect AirPlay with my mac (2012 model) In 'system preferences > displays' an airplay menu is listed but it says 'no device detected'. My AppleTV and macbook are connected to the same network. Any suggestions why it is not working?

    Troubleshoot the network as that is likely what is causing the issue.
    Also, temporarily disable the firewall on the Mac and disable IPV6 on the computer.

  • Multiple same-manuf/model AirPrint printers on the same network

    Our business uses the same Make/Model of an AirPrint-compatible printer (HP LaserJet PW1102w) at several separate workstations (3) on the same WiFi network.  AirPrint works perfectly from an iOS device to any of the printers, unfortunately, all 3 printers show up with the same name in AirPrint when you go to select a printer.  Is there any way to distinguish the different printers from each other when you go to choose a printer in AirPrint?  All workstations use Windows 7; I tried simply renaming each printer in the Printer Properties of "Devices and Printers"  in the Control Panel, giving each a workstation name to identify them.  This does not work; AirPrint seems to only show the actual model name given to it by the manufacturer, which I have not been able to find a way to change.  Can anyone help with this?  It is a rather frustrating guessing game at choosing a printer out of the same printer names, only to have your print job show up at someone else's workstation.

    Hello nabqtchamps,
    If you can acquire the IP address of each printer, please post again if you cannot, and input the IP address of your printer into the address bar of an internet browser and hit "Enter". This should take you to the printer's Embedded Web Server.
    1. Click the "Network" tap on the top of the page.
    2. Click the "Network Identification" option on the left-hand side.
    3. You should now see an option for "Bonjour Service Name", that is the name that appears for AirPrint from your iOS devices.
    4. Change the name as you see fit and click "Apply".
    Please let me know if you need any further assistance.
    *I work for HP*

  • Do all airport extreme models have the guest network feature?

    My friend has an airport extreme bought in 2009, does it have the guest network feature?

    We will need to know either the model number of the AirPort Extreme or the generation of the device to be able to answer correctly.

  • A question regarding the old connector (headphones jack) used in SE headphones models.

    HELLO .
    I liked the idea of MH907 , and I both them. Was very satisfied with the motion
    activated feature - even if they didnt have the superbass feature like the ones
    that were included in the package when I both the w380i phone.
    Then I had a few problems with charging the "older" phone - I was using it for 3 years
    and had to buy a new one. With limited resources at that moment, I got SPIRO.
    Line in or 3,5mm or the connector changed during that period, to standard 3,5mm - just like
    other phone ( walkman, ipod ... etc )  manufactures use. So I was unable to use perfectly
    good headphones from previous phone and MH907 with my SPIRO.
    Normally I didnt argue so much and both new ones - at the time decided for MH700.
    Recently, when I lost  ( or forgot them somewhere ) my MH700 - btw I was also satisfied
    with them , good sound quality,  I started searching for new ones online, in the local stores.
    I saw a few products available, and was ( still am ) interested in HPM 88.
    Noise canceling and superior sound quality speakers are surely a very good option,
    but I noticed ( after looking at the pictures online and checking the compatible phones )
    - the HPM 88 heaphones also have the old connector.
    I asked this question before, but only mentioned MH907 - the answer was : " there are no
    such plans " .
    Now I ask SE or/and SE Xtras manufacturers again :
    Are there any plans to make (the same) older model headphones with new connector  ?
    If not, is there an alternative solution with an aditional plugin to convert old connector
    to a 3,5mm in ( without sound quality loss )  ?
    THANK YOU FOR YOUR TIME AND ANSWERS.

    Yes, yeah  ; once again I agree with you - "over the ear" or lets say  normal speakers are prefered choice in studios and professional work with music. It is hard to reach the sound quality with in-ear headphones that the "old fashioned" headphones offer, but in these modern days possible. 
    When I saw the monitor in-ear SONY headphones online and in SONY local store - you probably know that 50€ is the starting point (the cheapest EX monitor headphones), and reaches up to 500 €
    with the best possible head set, I said to myself - surely there is a reasson for such a price.
    SONY products are well known for its quality, and headphones with a price of a bit less then "minimum monthly income in our country" surely offer unique sound experience and listening pleasure(s) that I can only dream about at the moment. 
    I not a producer and I dont make music for a living - but when it comes to outdoor excercise with my bike,walks in the nature and/or just sitting outdoors and smoking - I just can not imagine having big "old fashined" headphones on my head ( an answer why I would prefer in-ear model ) .
    I listen to the radio ( with mostly electronic music - but also lots of popular (and new ) songs from pop, rap to rock and metal - where voice and lirics are important and I want to hear them as good as I can. I also listen to harder, faster genres of electronic music like trance, techno and in that kind of genre its more if not all about a good bass line.
    So If I quicly finish this post -> MH - 700 are a very good product for an affordable price. I was very satisfied untill I lost/missplaced (or something similar) them. Compared to ones included with SPIRO (both the phone in a package with local (slovenian) mobile carrier ) is like comparing HONDA TO A YUGO if you know what I mean. I would recommend them to every person who wants a bit more from listening to music - but cant afford an expensive headphones.
    As for the "long" cord problem -> Did you ever want to reach for something while listening to music and could not, due the short cord ? It happened to me a few times. At least I can shorten that cord with a plastic tensioner or double wrap them around my neck - at least with that way I will not lose them again............. :_)  " problem (at least with me) erupts when the cord is to short , not to long "
    Thank you for feedback, I will reply when I can, when I purchase new headphones and I also hope to buy a smart phone this year - one of the Xperia models - they are so tempting :_)
    PS : sorry for any spelling and grammar errors in my post

  • I have bought a New Zeeland iPhone 5 model MD297X/A and I'm wondering if I will be able to use the 4g network in Sweden?

    I have an iPhone 5 that I bought down in Australia. I can read from the model number that its a New Zeeland registered model! I'm going back to Sweden and I want to know if I'm going to be able to use it and if I can use the Swedish 4g carriers? It's model number: MD297X/A

    You can use the phone in Sweden if it is unlocked, but you won't get a 4G signal because all the frequencies vary greatly between countries, especially European countries and Australia/New Zealand, so it won't be compatible and they can't cover all frequencies in one phone, which is why different models are sold in different countries.
    If you want to use your phone in Sweden on the Swedish 4G networks, then you'll have to purchase a new phone in Sweden that will work with the 4G network.  Your other phone will work, but NOT on 4G.

  • Hi there I have an iPhone 4S on the 3 network that will allow me to tether my iPhone 4S to the ps3, my question is will I be able to access the playstation network on the playstation 3 to download games and content to my ps3 console

    Hi there I have an iPhone 4S on the 3 network that will allow me to tether my iPhone 4S to the ps3, my question is will I be able to access the playstation network on the playstation 3 to download games and content to my ps3 console

    If you're getting normal network access through tethering, I'm not sure why this would not work.
    - JC

  • Few questions about the 1.0 event handling model....

    Do you people know under what circumstances the action() method is called from handleEvent?? I mean, even a mouseDown can be an action...
    btw. action(event evt, Object what), 'what' is an action that is going to perform, according to my tutorial, but I never see a sample code applying this.... any explanation how it is used???
    thanks al0t

    has any one learned Java about 8, 9 yrs ago??
    Is it the reason that none of you have learned event
    model at version 1.0?I started when only JDK 1.0.2 was available, and I used the old event model but I haven't used it since -98. I have forgot most about it. :(
    The best thing is to just create a small app, and print all events which arrive.
    Why do you want to use the old model?
    /Kaj

  • A question about the new models

    First, I want to apologize if this has already been addressed. Feel free to link to a topic that already addresses this if you have a link handy.
    I was just wondering, are there any options for someone who recently bought a MacBook (within 3 months) to exchange it for a newer one (that's $100 cheaper now)? I have the 2.0GHz model Unibody that I purchased from Best Buy back at the end of March, and I've read different stories about users who had older models that took their hardware in to an Apple store (due to an issue that would've prompted an exchange, and other stories along that line), where Apple has given them a newer model (if available) that's of equal or similar value. So I'm wondering if this is at all possible.... any input would be greatly appreciated!

    If someone thinks their machine is better just because they have more RAM... I wouldn't be too concerned about their opinion.
    Even in the PC world you can get a high end machine with 2GB and an entry level machine with 4GB. RAM is so cheap now, it is often used to push lower end machines as they can put more RAM in for little cost on their part vs. upgrading more expensive components. This has been a big thing in the video card world forever. Tons of people compare video cards based on RAM alone when, in fact, provided you have a reasonable amount of video RAM (pretty much all cards do), the GPU is far more important than how much RAM the card has.
    Plus... you can always upgrade your machine to 4Gb for about $50. Your friend can't upgrade to a MacBook for $50.

Maybe you are looking for