JDBC Network Theme

hello.
for a simple example we can use the JdbcTheme as this :
mapViewer.addJDBCTheme("mvdemo","STATES_TH","select geom,state from states","geom",
"8307","C.COUNTIES","STATE","T.STATE NAME",false);
but if I have a network JDBC THEME (for example shortest path) in this case the parameters change (start node_id and end node_id) and also the result, How can I do that in this case,
Please help me .
Thank you for All in Advence

You can use the API method addShortestPath that applies to network data. Note, that this and other API methods for networks (such as addLinksWithinCost) load the network area for each request and are not optimized. For an application where you want to process network analysis and show the results, the suggested approach is to use the Network java API (which has methods to load data on demand) to produce the analysis results with geometries, and then with MapViewer API you can build a JDBC theme with these geometries to show the results.

Similar Messages

  • JDBC query theme in a JSP page

    Hi, everyone
    I tried to write JDBC query theme in a JSP page at MapViewer, but it did not work.
    The following is the codes.
    1.JDBC theme in a map request in XML
    <theme name="jdbc_theme_contour">
    <jdbc_query
    datasource="spatial10g"
    jdbc_srid="8703"
    spatial_column="geom"
    render_style="C.RED">
    Select geom from contour where time='01-JUL-07'
    </jdbc_query>
    </theme>
    2. JDBC theme in a JSP request.
    "<theme name=\"jdbc_theme_contour\" >\n" +
    " <jdbc_query \n" +
    " jdbc_srid=\"" + srid + "\"\n" +
    " datasource=\"" + dataSource + "\"\n" +
    " spatial_column=\" geom \"\n" +
    " render_style=\"C.RED\" >\n" +
    " SELECT geom from contour where time='01-JUL-07' \n" +
    " </jdbc_query> \n" +
    " </theme> \n" +
    I do not know whether the second form is right or not. I did not display the JDBC query in MapViewer. Does anyone know the second form is right? or Maybe give me a right form in a JSP request. (contour is a table , geom is the column of geometry attribute in contour)
    Gengsheng

    Hi
    Here is the map request in JSP
    // Construct a map request
    mapRequest = "xml_request=" +
    "<?xml version=\"1.0\" standalone=\"yes\" ?>\n" +
    "<map_request \n" +
    // " title=\"" + title + "\"\n" +
    " datasource=\"" + dataSource + "\"\n" +
    " basemap=\"" + basemap + "\"\n" +
    " width=\"" + width + "\"\n" +
    " height=\"" + height + "\"\n" +
    " bgcolor=\"#FFFFFF\" >\n" +
    " format=\"PNG_URL\" >\n" +
    " <center size=\"" + size + "\">\n" +
    " <geoFeature>\n" +
    " <geometricProperty typeName=\"center\">\n" +
    " <Point>\n" +
    " <coordinates>\n" +
    " " + cx + ", " + cy + "\n" +
    " </coordinates>\n" +
    " </Point>\n" +
    " </geometricProperty>\n" +
    " </geoFeature>\n" +
    " </center>\n" +
    "<themes> \n" +
    (flood.equals("true")?
    ("<theme name=\"jdbc_theme_contour\" >\n" +
    " <jdbc_query \n" +
    " jdbc_srid=\"" + srid + "\"\n" +
    " datasource=\"" + dataSource + "\"\n" +
    " spatial_column=\"GEOM\"\n" +
    " render_style=\"C.RED\" >\n" +
    " SELECT * from contour where time='01-JUL-07' \n" +
    " </jdbc_query> \n" +
         " </theme> \n") : "") +
         (waterdepth.equals("true")?
         (" <theme name=\"FLOOD.LINKS\" >\n" +
         " </theme> \n") : "") +
         " <theme name=\"net_theme\" user_clickable=\"false\"> \n" +
    " <jdbc_network_query \n" +
    " network_name=\"" + networkName + "\"\n" +
    " network_level=\"1\" \n" +
    " jdbc_srid=\"" + srid + "\"\n" +
    " datasource=\"" + dataSource + "\"\n" +
    (showlinks.equals("true")?
    (" link_style=\"L.CRM_SROADS\"\n") : "") +
    (showlinks.equals("true") && showdir.equals("true")?
    (" direction_style=\"M.IMAGE105_BW\"\n" +
    " direction_position=\"0.75\"\n" +
    " direction_markersize=\"" + dirsize + "\"\n") : "") +
    (showlinks.equals("true") && showlklabels.equals("true")?
    (" link_labelstyle=\"" + lklbstyle + "\"\n" +
    " link_labelcolumn=\"link_id\"\n") : "") +
    (shownodes.equals("true") ?
    (" node_style=\"M.CITY HALL 4\"\n" +
    " node_markersize=\"" + nodesize + "\"\n") : "") +
    (shownodes.equals("true") && showndlabels.equals("true")?
    (" node_labelstyle=\"" + ndlbstyle + "\"\n" +
    " node_labelcolumn=\"" + ndlbcolumn + "\"\n") : "") +
    (showpath.equals("true") ?
    (" path_ids=\"" + pathid + "\"\n" +
    " path_styles=\"L.PH\"\n") : "") +
    " asis=\"false\"></jdbc_network_query> \n" +
    " </theme> \n" +
    (runanalysis.equals("true") &&
    (algorithm.equals("DIJKSTRA") || algorithm.equals("ASEARCH")) ?
    (" <theme name=\"spath_theme\" user_clickable=\"false\"> \n" +
    " <jdbc_network_query \n" +
    " network_name=\"" + networkName + "\"\n" +
    " network_level=\"1\" \n" +
    " jdbc_srid=\"" + srid + "\"\n" +
    " datasource=\"" + dataSource + "\"\n" +
    " analysis_algorithm=\"" + algorithm + "\"\n" +
    " shortestpath_style=\"L.DPH\"\n" +
    " shortestpath_startnode=\"" + startnode + "\"\n" +
    " shortestpath_endnode=\"" + endnode + "\"\n" +
    " shortestpath_startstyle=\"M.STAR\"\n" +
    " shortestpath_endstyle=\"M.CIRCLE\"\n" +
    " asis=\"false\"></jdbc_network_query> \n" +
    " </theme> \n") : "") +
    "</themes>\n" +
    "</map_request>\n";
    in this request, other themes and JDBC network query theme work except the JDBC query theme. I guess the style or format in the following are not right.
    " spatial_column=\" geom \"\n" +
    " SELECT geom from contour where time='01-JUL-07' \n" +
    Anyway, I hope you can give me instructions.
    Gengsheng

  • Map Builder Labeling Links from Network Theme

    Hi,
    Map Builder cannot change labelig column for links('link_id' is default), I need column 'LINK_NAME'
    I change column manuly in metadata_view
    update user_sdo_themes
    set styling_rules = '
    <label>
    <link column="LINK_NAME" style="T.ROAD NAME"> 1 </link>
    </label>
    where name = '...'
    commit
    and check by select styling_rules from ... all is OK
    refresh data in MapBuilder or restart MapBuilder and ... "link_id" comes back :-)
    This problem is connected with Themes/Network Themes; in Base Maps all is ok.
    Question is, how to change labeling column for links in Network Themes.
    BR,
    Tomek
    Edited by: ToM2 on Dec 4, 2008 5:24 AM

    As a network theme, the link_id and node_id are always used in labelling. If you want to use a different attribute for labeling the links of a network data, you can create a geometry theme based on the network link table (it is a geometry table), and then you will be able to select any column for labeling.
    Joao

  • Mac Mini with Air Port & Mac Mini w/no Air Port - how do I network them?

    I want to put in a wireless network so that my two Mac Minis can both access the internet. One Mac Mini (2007) has an airport built in - the other does not. I purchased an Air POrt station but doesn't seem to work with the Mini that has no Airport built in. Should I use a Router?

    Can I connect my Mini with no Air Port to the new Airport Station and then connect the Airport station to my DSL Modem? That would the leave my other Mini with Airport free to connect wirelessly through the Air Port Station - correct?
    Yes, that is correct. There are a number of different Airport base stations you could have, but unless it is an Airport Express (slightly larger than a cigarette packet in size) it will have a WAN port (which connects to the DSL modem) and at least one LAN port (to which you can connect a computer with a suitable ethernet 'patch' cable). The latest Airport Extreme base station has three LAN ports, you can use any of them.
    If you have the Airport Express base station, it only has ONE ethernet connection, so it can't be used to connect upstream to the modem and downstream to the computer at the same time. However, you could then try your Buffalo wifi base station instead - it may not state that it is Mac compatible, but as long as it meets the standards laid down for wifi, it should work just fine.
    I thought my Older Mini had to have the Air Port card installed in order to connect at all to the Station.
    No, it only need an airport card inside for wifi connection. The ethernet port on the back works with or without airport installed.
    I thought I tried this and it didn't work but perhaps I did it wrong.
    Without familiarity with these devices and systems, it's very easy to 'get it wrong'... and very hard to figure out what the problem is! Reading the manual for the base station will help you, as will looking at the sort of article Neil linked to earlier.
    If you connect everything up and it doesn't work, post back with details of how you have connected things, how you have configured them, and what is happening - the more detail the better since small things can make a big difference in whether networks work or not!!

  • Predefined network  model themes

    I am having a problem whilst trying to load one of the above into mapviewer. I have a network model that is working, valid and I can perform analysis using the SQL API. I am trying to create a theme with
    insert into user_sdo_themes values(
    'RAILNET',
    'UK Rail Network',
    'LINK',
    'L_GEOM',
    '<?xml version="1.0" standalone="yes"?>
    <styling_rules
    theme_type="network"
    network_name="RAILNET"
    network_level="1">
    <rule>
    <features>
    <link
    style="C.YELLOW"
    direction_style="M.DIRECTION"
    direction_position="0.5"
    direction_markersize="7">
    </link>
    <node
    style="M.NODE"
    markersize="5">
    </node>
    </features>
    </rule>
    </styling_rules>');
    The mapviewer returns the following (in FINEST)
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.lbs.mapserver.oms] request= <?xml version="1.0" standalone="yes"?>
    <map_request
    datasource="mvdemo"
    width="1159"
    height="793"
    bgcolor="#ffffff"
    bgimage=""
    antialiase="true"
    format="SVGZ_URL" zoomlevels="1" zoomfactor="2.0" zoomratio="1.0" infoon="true" navbar="no" onclick="shiftPressed(evt.shiftKey);svgClicked" onrectselect="shiftPressed(evt.shiftKey);svgRect">
    <center size="10.0">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates>-1.4,53.0</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <legend bgstyle="fill:#ffffff;fill-opacity:128;stroke:#ff0000" profile="SMALL" position="NORTH_EAST"><column><entry is_separator="true" /><entry text=" Map Legend " is_title="true" /><entry is_separator="true" /><entry style="L_DOWN" text="Down Track Level" /><entry style="L_UP" text="Up Track Level" /><entry style="L_BI" text="Bi-Dir Track Level" /><entry style="L_UNVAL" text="Unvalidated link" /><entry style="M.NODE" text="Track Level Node" /></column></legend>
    <themes>
    <theme name="RAILNET" min_scale="50000.0" max_scale="0.0" />
    </themes>
    </map_request>
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.JSDOGeometry] exception while getting srid from a geometry node: For input string: ""
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper(mvdemo) begins...
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper() succeeded.
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding additional themes...
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding a predefined theme RAILNET
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.DBMapMaker] adding predefined theme [name=RAILNET]
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.SRS] got srs object for :8307
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.SRS] *** isGeodetic=true, unit=DECIMAL DEGREE
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.SRS] before adjusting: minX = -8.707692307692307, maxX=5.907692307692308 minY=48.0, maxY=58.0 w=14.615384615384615, h=10.0
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.SRS] After adjusting: minX = -8.707692307692307, maxX=5.907692307692308 minY=48.0, maxY=58.0 w=14.615384615384615, h=10.0
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 DEBUG [oracle.sdovis.DBMapMaker] LoadThemeData running thread: Thread-8
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.theme.ntp] [Master scale] 1.2105926860025222 [Scale factor for theme RAILNET] 1.0
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.theme.ntp] ptvpxfmfxed: xl=-9.0
    05/09/29 10:22:20 Thu Sep 29 10:22:20 BST 2005 FINEST [oracle.sdovis.theme.ntp] [Geometry Network link query]: select ROWID, L_GEOM from LINK WHERE MDSYS.SDO_FILTER(L_GEOM, MDSYS.SDO_GEOMETRY(2003, 8307, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-9.0,48.0,5.907692307692308,58.0)), 'querytype=WINDOW') = 'TRUE'
    05/09/29 10:22:21 Thu Sep 29 10:22:21 BST 2005 WARN [oracle.sdovis.theme.ntp] java.lang.NullPointerException
    at oracle.sdovis.theme.NetworkThemeProducer.processGeomLinkQuery(NetworkThemeProducer.java:2467)
    at oracle.sdovis.theme.NetworkThemeProducer.prepareData(NetworkThemeProducer.java:329)
    at oracle.sdovis.NetworkTheme.prepareData(NetworkTheme.java:64)
    at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1740)
    05/09/29 10:22:21 Thu Sep 29 10:22:21 BST 2005 ERROR [oracle.sdovis.DBMapMaker] Message:null
    Description: Nested exception is:
    Message:null
    Description: Nested exception is:
    java.lang.NullPointerException
    Message:null
    Description: Nested exception is:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at oracle.sdovis.theme.NetworkThemeProducer.processGeomLinkQuery(NetworkThemeProducer.java:2467)
    at oracle.sdovis.theme.NetworkThemeProducer.prepareData(NetworkThemeProducer.java:329)
    at oracle.sdovis.NetworkTheme.prepareData(NetworkTheme.java:64)
    at oracle.sdovis.DBMapMaker$LoadThemeData.run(DBMapMaker.java:1740)
    05/09/29 10:22:21 Thu Sep 29 10:22:21 BST 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 202ms.
    05/09/29 10:22:21 Thu Sep 29 10:22:21 BST 2005 FINEST [oracle.sdovis.RE] xfm: 79.3 0.0 0.0 -79.3 690.5199999999999 4599.4
    05/09/29 10:22:21 Thu Sep 29 10:22:21 BST 2005 DEBUG [oracle.sdovis.VectorRenderer] time to label theme RAILNET with 0 styled features: 0ms
    If i leave the <link> tag out of the theme definition then the mapviewer loads and renders the nodes, but with the <link> included nothing is rendered.
    Help!

    That works, here is the output. I assume then that there is a bug?
    <map_request
    datasource="mvdemo"
    width="1159"
    height="793"
    bgcolor="#ffffff"
    bgimage=""
    antialiase="true"
    format="SVGZ_URL" zoomlevels="1" zoomfactor="2.0" zoomratio="1.0" infoon="true" navbar="no" onclick="shiftPressed(evt.shiftKey);svgClicked" onrectselect="shiftPressed(evt.shiftKey);svgRect">
    <center size="0.00639386189258312">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates>-1.9082991021265139,51.53651515982236</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name="RAILNET" >
    <jdbc_network_query
    network_name="RAILNET"
    network_level="1"
    jdbc_srid="8307"
    datasource="mvdemo"
    link_style="C.YELLOW"
    direction_style="M.DIRECTION"
    direction_position="0.5"
    direction_markersize="10"
    node_style="M.NODE"
    node_markersize="5"
    asis="false">
    </jdbc_network_query>
    </theme>
    </themes>
    </map_request>
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.JSDOGeometry] exception while getting srid from a geometry node: For input string: ""
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper(mvdemo) begins...
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper() succeeded.
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding additional themes...
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding a JDBC Network Theme:
    ThemeDescriptor=
    name=RAILNET
    type=6
    minScale=Infinity
    maxScale=-Infinity
    srid=8307
    localThem=null
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 INFO [oracle.sdovis.theme.ntd] [Network Metadata Query] select * from user_sdo_network_metadata where network = 'RAILNET'
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.SRS] got srs object for :8307
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.SRS] *** isGeodetic=true, unit=DECIMAL DEGREE
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.SRS] *** local adjustment will be performed on this req. ***
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.SRS] before adjusting: minX = -1.9158108694149043, maxX=-1.9007873348381232 minY=51.53331822887607, maxY=51.53971209076865 w=0.015023534576780994, h=0.00639386189258312
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.SRS] After adjusting: minX = -1.9158108694149043, maxX=-1.9007873348381232 minY=51.53331822887607, maxY=51.53971209076865 w=0.015023534576780994, h=0.00639386189258312
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.sdovis.DBMapMaker] LoadThemeData running thread: Thread-22
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.theme.ntp] [Master scale] 7.740362442471369E-4 [Scale factor for theme RAILNET] 1.0
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.theme.ntp] [Geometry Network link query]: select L_GEOM from LINK WHERE MDSYS.SDO_FILTER(L_GEOM, MDSYS.SDO_GEOMETRY(2003, 8307, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-1.9158108694149043,51.53331822887607,-1.9007873348381232,51.53971209076865)), 'querytype=WINDOW') = 'TRUE'
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.theme.ntp] [Network node query]: select N_GEOM from NODE WHERE MDSYS.SDO_FILTER(N_GEOM, MDSYS.SDO_GEOMETRY(2003, 8307, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-1.9158108694149043,51.53331822887607,-1.9007873348381232,51.53971209076865)), 'querytype=WINDOW') = 'TRUE'
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 50ms.
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 FINEST [oracle.sdovis.RE] xfm: 77145.62735398066 0.0 0.0 -124025.19999999895 147796.43141258793 6392223.099999947
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.sdovis.VectorRenderer] time to label theme RAILNET with 41 styled features: 0ms
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering SVG: 79ms
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 13ms
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 139ms
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 1ms
    05/09/29 15:52:10 Thu Sep 29 15:52:10 BST 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 153ms
    15:52:10,319 INFO MapAction - THE ACTION IS = ZoomTo
    15:52:10,319 DEBUG MapAction - class omnieng.mapviewer.beans.PublicMapControler
    15:52:10,319 DEBUG MapAction - class omnieng.mapviewer.beans.PublicMapControler
    15:52:10,319 FATAL MapAction - NOW DOING POST PROCESS
    15:52:10,319 FATAL MapAction - NOW DONE POST PROCESS
    15:52:10,321 DEBUG HttpRequestControllerFactory - Getting controller
    15:52:10,322 DEBUG ControllerFactory - MAP_CONTROLLER
    15:52:10,322 INFO ControllerFactory - Current type is 5
    15:52:10,322 DEBUG ControllerFactory - current type is 5
    15:52:10,322 DEBUG HttpRequestControllerFactory - setting the controller omnieng.mapviewer.beans.PublicMapControler
    15:52:10,322 DEBUG HttpRequestControllerFactory - done

  • 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

  • Can I network OSX with an OS 8.6 (G3) ?

    Hi and hope you folks can offer some advice.
    I have a small office and recording studio. We
    use multiple macs. My office one is a Beige G3 which
    i've never had reason to upgrade beyond
    OS 8.6. I happen to still prefer certain apps which are unstable beyond that OS.
    That said, realities dictate that I need to put an OSX machine in the office to replace this "classic" -- tho
    i'd still like to keep the older machine online and ideally, networked.
    RIght now I have this PMac, a dual-bootable studio G4 (MDD model), a G4 sawtooth (OS9) and a couple laptops (OSX Panther) coexisting peacefully via ethernet router network for WEB access.
    My goal is A) to replace the office computer with a current generation machine running OSX (Panther or Tiger)..
    B) To standardize on OSX for my Studio computers (which I normally stay in OS 9 with) and
    C) ideally, network them all for both file-sharing AND web access-sharing.
    How i might keep the G3 pmac networked, so that if/when i need to use older apps, i could do it and still be able to transfer files to the other computers/systems and do printer sharing.
    Thanks much for any thoughts and opinions,
    Mike in Mich.

    1. You can use the instructions in this article to enable file sharing on a Mac OS 8.6 computer.
    2. Sharing the Internet connection should be automatic when multiple computers are plugged into a router which is connected to the Internet.
    (19342)

  • Networking with Mac and an XP PC

    I have a PC desktop and a MacBook, and I want to retreive files from the desktop. I've connected/networked them fine, but I can't seem to be able to navigate into the "Program Files" or the "Documents and Settings" folders, and find files in there. All I get is a blank navigation screen. I can get files out of any other folders, but not those ones. Can anyone help me please?

    Solved.

  • Oracle Map Builder Network Models

    We are working on a project that displays road networks in Oracle Map Builder. Many of the network tables were irrevelant so they were deleted in SQL Developer. However, in Oracle MapBuilder all the Network Tables are still listed. Does anyone know how to synchonize Oracle SQL Developer and MapBuilder?
    Thank you,
    Renee

    Hi Renee,
    Were you using the Network Themes to create new Network Themes or were you using Geometry Themes?
    If you used Network Themes, when you deleted the network (tables), did you delete its entry in user_sdo_network_metadata?
    If you were using the Geometry Themes, did you delete the entry from user_sdo_geom_metadata after you delete the geom. table?
    Try to remove the entries in the network/geom metadata views when you no longer need the network/geom tables.
    You also need to commit after you deleted the tables.
    What version of MapBuilder are you using? (click Help->About Oracle Map Builder)
    jack

  • Network an ethernet MacMini and a wireless iMac?

    I did a search but couldn't find this situation. I have a MacMini OS 10.3.9 which connects to my DSL modem/router with an ethernet cable. I have an iMac OS 10.5.5 which connects to the same DSL model/router wirelessly. I also have a laser printer connected to the MacMini with USB, and a color printer with is both USB and wireless.
    Both computers connect to the internet fine, but I want to "network" them so I can move files, share both printers with both computers, etc.
    Can't quite figure out how to do this, and can't find the appropriate advice on the computers' help menus.
    Any suggestions will be appreciated!

    Thanks for your quick response. However, I tried what you suggested, and my computers still are not networked ... or if they are, I still can't "see" the MacMini from the iMac, and vice versa.
    On my iMac OS 10.5.5, I went to System Preferences, opened Sharing, and turned on File and Printer Sharing. I also selected some folders, selected Get Info, and checked "Shared."
    On my MacMini OS 10.3.9, I went to System Preferences, opened Sharing, and turned on File and Printer Sharing. But when I opened several folders and selected Get Info, there was no option to turn "Shared" on or off. The option I saw on the iMac just did not appear on the MacMini.
    On the iMac, when I double-click the MacintoshHD, it shows the MacMini under Shared; but when I double-click the MacMini icon, it shows "Connected as Guest," but shows no folders or files.
    On the MacMini, when I double-click the MacintoshHD, it does not show any Shared.
    So I'm not there yet. Any advice will be greatly appreciated.

  • 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.

  • 10.4.11 + networking = spinning beachball

    After updating both my MacBook Pro and Mac Pro to 10.4.11, networking them no longer works. SMB doesn't work. Personal File sharing doesn't work. When you try to mount a networked computer's drive, you get the spinning beach ball of death.
    I tried reinstalling OS X 10.4.11 using the combo updater. I rebuilt permissions. I've restarted a hundred times. I've read of others having network-like problems w/10.4.11, but not this one specifically.
    I'm dead. The file transfers I need to make between computers are too big for sneakernet or internet upload/download. Any ideas?
    NOTE: 10.4.11 finds other computers on the network. The crash occurs when you try to mount one of the volumes connected to the networked computer.
    Message was edited by: Gregory Simpson1

    BDAqua wrote:
    Tried a New Location for the old User yet?
    Well. That sort of happened by default since, each time I trashed the prefs, I had to set up a new location... that said, I tried setting up a couple of additional locations. Same result.
    Those files/folders... you really need something to unhide the hidden invisibles 1st... I use Xupport, which has recently changed names, but there are many that "show hidden" files.
    I'll scan 'round the net... though I don't know what to do once I find the invisible files. Anything I can do from terminal?
    How hard would it be for you to do an Archive & Install? Got enough Free Space on your HD?
    I have a nice shiny empty HD here that I named "MP TimeMachine"... in preparation for Leopard (which I can't yet install on either computer due to a wealth of incompatible mission-critical apps). It's exactly the same size as the MacPro's startup volume.
    I'm a bit hesitant to attempt the "archive & install" since I don't really know how long it'll put the MacPro out of commission. I develop a lot of multimedia, meaning I have many hundreds (literally) of third party audio apps and plugins, photo apps and plugins, video apps and plugins. To reinstall and reauthorizing these takes upwards of 40 hours (often more since a lot of the programs use challenge/response type authorizations and are rather finicky). That's a nightmare I was saving for something "big" (like a Leopard install). What, exactly, are you recommending when you say "archive & install?"
    Unless it's something less onerous, I'd probably rather poke around in Terminal (or figure out how to get Windows Sharing to actually mount HD volumes, so I could "work around" the problem) and, in a month or so, do the week-long software reinstallation process when I actually install leopard.
    There must be some magic file somewhere that's preventing the MacPro from mounting either the .mac iDisk or a volume connected to an afp-enabled computer on a network. But, with my limited networking knowledge, that's definitely worthy of the "needle in a haystack" metaphore.

  • How do I create a network?

    We have three Macs at our house (an iMac G5 and two iBooks--all with Tiger), and I'm trying to figure out how to network them together so that we can share files and print off of one central computer. Also, I know that you can even transfer programs from one computer to another through a network, which would be great because I can't find the install disk for Microsoft Office to put on the newest computer. Can anybody help me? Maybe even just direct me to a site that has instructions? I've looked but am kind of clueless. Thanks!

    Do all Macs have an Airport card?
    If so, you can purchase an Airport Extreme Base Station which will be connected to your Cable or DSL modem via an Ethernet connection for wireless internet access for all computers and it also includes a USB printer port to connect a USB printer which allows for sharing the printer with all Macs connected to your created wireless network. You can also consider an Airport Express Base Station which is smaller and in addition will allow you to play iTunes music wirelessly from a Mac connected to your wireless network as long as the Airport Express Base Station is connected to a speaker or sound system.
    IMO, this will be the easiest way to create a network at Home especially when two of the three Macs are iBooks and portable. You can password protect and encrypt the created wireless network via the Airport Setup Assistant which will have you up in running in a matter of minutes. Friends and neighbors who visit with a portable computer - PC or Mac with a wireless card will be able to access your wireless network only if you provide them the password for your wireless network.
    This will allow for sharing files between computers connected to your wireless network in addition to the other benefits provided.

  • Networking two NI lookout servers with different windows OS

    Can I networking two NI lookout servers with 50
    I/O, one with windows98 SE and one with Withows XP pro.?

    What's your lookout version on two computers? You need first to make two lookouts run, and then try to networking them. For example, if you run lookout 6.2 on windows 98, I'm not sure if it will work.
    Ryan Shi
    National Instruments

  • GeoRaster theme: no rendered images

    I have loaded/validated a georaster. It appears fine in the GeoRasterViewer, and the spatial extent appears fine as a vector theme in Mapviewer. But addGeoRasterTheme in my jsp results in the log warning:
    "GeoRaster theme [themename] has no rendered images."
    Anyone have experience with the root cause of this warning? Does this indicate a problem with the georaster, or a problem with the request? Any feedback is appreciated.

    Here's the log. (the 'exception while getting srid...' is a red flag! Hopefully it will lead to my mistake)
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.lbs.mapserver.oms] request= <?xml version="1.0" standalone="yes"?>
    <map_request
    datasource="kingcomv"
    width="500"
    height="400"
    bgcolor="#ffffff"
    antialiase="false"
    format="JPEG_URL">
    <center size="10000.0">
    <geoFeature>
    <geometricProperty typeName="center">
    <Point>
    <coordinates>1301437.0,300000.0</coordinates>
    </Point>
    </geometricProperty>
    </geoFeature>
    </center>
    <themes>
    <theme name="georFootprint">
    <jdbc_query
    spatial_column="geometry"
    render_style="L.THICKBLUE"
    jdbc_srid="41177"
    datasource="kingcomv"
    asis="false">select a.georaster.spatialextent as geometry from georaster a
    </jdbc_query>
    </theme>
    <theme name="themeGeor" min_scale="Infinity" max_scale="-Infinity">
    <jdbc_georaster_query
    georaster_table="GEORASTER"
    georaster_column="GEORASTER"
    raster_table="GEORASTER_RDT1"
    jdbc_srid="41177"
    datasource="kingcomv"
    asis="false">
    </jdbc_georaster_query>
    </theme>
    </themes>
    </map_request>
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.JSDOGeometry] exception while getting srid from a geometry node: For input string: ""
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper(kingcomv) begins...
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] getMapper() succeeded.
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding additional themes...
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding a JDBC Theme:
    ThemeDescriptor=
    name=georFootprint
    type=2
    minScale=Infinity
    maxScale=-Infinity
    srid=41177
    host=null
    sid=null
    port=null
    user=null
    mode=null
    query=select a.georaster.spatialextent as geometry from georaster a
    spatialColumn=geometry
    renderStyleName=L.THICKBLUE
    labelColumn=
    labelStyleName=
    renderStyleDef=null
    labelStyleDef=null
    localThem=null
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.lbs.mapserver.core.RealWorker] adding a JDBC GeoRaster Theme:
    ThemeDescriptor=
    name=themeGeor
    type=5
    minScale=Infinity
    maxScale=-Infinity
    srid=41177
    localThem=null
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.SRS] got srs object for :41177
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=U.S. FOOT
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.DBMapMaker] LoadThemeData running thread: Thread-741
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.theme.grtp] [Master scale] 2400.0 [Scale factor for theme themeGeor] 1.0
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.theme.grtp] [Query] SELECT * FROM ( select grt.GEORASTER from GEORASTER grt where grt.GEORASTER.rasterid = null ) grt WHERE MDSYS.SDO_FILTER(grt.GEORASTER.spatialextent, MDSYS.SDO_GEOMETRY(2003, 41177, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(1295187.0,295000.0,1307687.0,305000.0)), 'querytype=WINDOW') = 'TRUE'
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.DBMapMaker] LoadThemeData running thread: Thread-742
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.theme.DGTP] [Master scale] 2400.0 [Theme scale factor] 1.0
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.theme.grtp] # image loaded: 0
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.theme.DGTP] [DynGeomTheme] rewritten query: SELECT * FROM ( select a.georaster.spatialextent as geometry from georaster a ) WHERE MDSYS.SDO_FILTER(geometry, MDSYS.SDO_GEOMETRY(2003, 41177, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(1295187.0,295000.0,1307687.0,305000.0)), 'querytype=WINDOW') = 'TRUE'
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.theme.DGTP] Retrieving geometries...
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.theme.DGTP] Read all geometries.
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.theme.DGTP] [GEORFOOTPRINT] Time spent loading 1 geometries:47ms
    Tue May 17 11:11:18 GMT-08:00 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 47ms.
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.RE] xfm: 0.04 0.0 0.0 -0.04 -51807.48 12200.0
    Tue May 17 11:11:18 GMT-08:00 2005 FINEST [oracle.sdovis.RE] rendering image theme: themeGeor
    Tue May 17 11:11:18 GMT-08:00 2005 WARN [oracle.sdovis.ImageRenderer] GeoRaster theme themeGeor has no rendered images.
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.VectorRenderer] time to render theme GEORFOOTPRINT with 1 styled features: 0ms
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.VectorRenderer] time to label theme GEORFOOTPRINT with 1 styled features: 0ms
    Tue May 17 11:11:18 GMT-08:00 2005 INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 0ms
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.sdovis.util.JPEGMaker] Time spent on JPEG encoding:15
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.MapperPool] freeMapper() begins...
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] preparation time: 47ms
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] querying/rendering time: 62ms
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] packing time: 31ms
    Tue May 17 11:11:18 GMT-08:00 2005 DEBUG [oracle.lbs.mapserver.core.RealWorker] [RealWorker] --------------- total time: 140ms

Maybe you are looking for

  • Flash Game Submit Score Problem

    I need to modify the flash game Replay button as Submit button and to redirect to other page(gamescore.html) after clicking the Submit button. I am new to flash. I don't know how to modify the script. Please help me. Here is the total score display p

  • JES on Solaris 10 ?

    Has the latest JES Messaging Server (and other software) been certified for use on Solaris 10 (clustered environment). The new zone feature has my interest. I know that zone failover won't be available until later this year. I'm just planning ahead.

  • Print multiple sleect values in drop down

    Hi I am trying to display multiple values selected from a drop down in a jsp.i am trying to add the drop down and the display components to a string buffer and printing the string buffer.. i can do this in html tags w/o adding to String buffer .. <op

  • JARSigningException "Could not verify signing in resource" using versions

    I am creating a dynamic JNLP file in PHP in the following way * Muestra las consultas generadas sobre la aplicaión GIS * @author Luis Manuel Amengual <[email protected]> public function callGISApplication () //Obtención del dominio desde el cual

  • Premiere Pro Crashes when editing HD

    Okay so I'll try to be as detailed as possible with this annoying problem. I have a problem with an hd project I'm working on. I have the project loaded up with about 30 gigs of HD footage shot on a JVC GZ-HD7. The one with the notorious .tod files.