Using Map  Builder to view Spatial data

Is anyone using XE for Spatial/Locator work? I have created a schema in XE from a spatial dmp file. I know the dmp file creates a valid schema as we use it all the time for testing. After import, I can't view any spatial layers using Oracle's Map Builder, or with any other spatial viewer for that matter. The tables look valid, have geom columns, are populated, are registered in the metadata... Does anyone have any ides why I can't access my spatial layers from XE?

Looks like mdsys is alive in my XE 11gR2 instance ...... which doesn't mean all Spatial features will work. As mentioned before, Oracle Spatial is among the "Options and Major Features Not Included" according to the [url http://docs.oracle.com/cd/E17781_01/license.112/e18068/toc.htm#BABJIJCJ]Licensing Information.
A few lines below, you'll find Oracle Locator to be available in XE anyway. Locator needs the MDSYS schema, but that schema obviously doesn't comprise everything you need for Spatial features. Spatial is an EE option. It could actually be that XE still carries everything you'd need but it's simply disabled... See the [url http://www.oracle.com/technetwork/database/options/spatial/overview/introduction/spatial-locator-features-100445.html]OTN Locator/Spatial features overview to get ... an overview. ;)
-Udo

Similar Messages

  • HOW TO VIEW SPATIAL DATA

    I don4t know how to view spatial data stored in an oracle database with a graphic representation.
    Are any ORACLE product to do this? Or any third party product?
    Thanks

    In Oracle 8.1.6, OEM ships with a simple
    Java viewer to help you tune your data.
    At the command line, type:
    oemapp sdoadvisor
    In Oracle's next release (8.1.7) the JDBC
    access to Oracle Spatial types is
    much faster (more comperable to OCI access).
    You will see the improved performance
    in the OEM tool.
    =====
    There is also an unsupported Motif visualizer
    (written in PRO*C and OCI).
    You can download the motif viewer at:
    http://technet.oracle.com/products/spatial/
    under "sample code".
    It is compiled for Solaris, but you
    can compile it for any UNIX platform.
    Hope this helps. Thanks.
    Dan

  • Map Viewer spatial data

    Hi ,
    How can we  integrate MapViewer in OBIEE for a country that is not included in Oracle Spatial Data ?
    Thx

    Hi,
    you must download from internet all the coordinate spatial for you country. I don't find this coordinate free but only for pay, for example yuo can see on navteq internet site
    Regard
    Simone

  • House Numbers using Map Builder

    Hi everyone!
    I am using Oracle Map Builder (ver. 11.1.1.0.0) in order to draw house numbers along streets, using 20% and 80% offset along the street axis for the "from" and "to" numbering, respectively, and 20% and -20% offset vertically to the street axis for the two sides of the street, respectively.
    To my understanding so far, I am able to do this using the Arrow option from the Overall Line Style Option, where I will have to select a Marker Style for which I would have defined the X and Y Offset parameters in the Marker Text Style Option, while the marker's symbol would have 0% opacity, since I wouldn't like any symbol drawn with my house numbers.
    Since I think it is a bit silly to use a Marker Style for this reason only because of its offset options, is it possible to do the same using a Text Style (where the offset options seem to be inactive)?
    Thanks in advance,
    Panagiotis
    PS: Sorry for cross posting with the Spatial Forum -I think this forum is more suitable for my inquiry.

    Hi
    After all, the Arrow option from the Overall Line Style Option does not support the functionalities needed to draw house numbers along streets, since not only the the X or Y axis of the offset options do not follow the direction of the line (street), but the offset parameters are measured in distance units only (i.e. pt, mm and so forth) and not in a percentage of the line's length (from its beginning or end), as well.
    Is anyone aware of such functionalities be included in coming versions of MapBuilder?
    Regards,
    Panagiotis

  • Can I use Calendar "Groups" or views as data sources in PDA Sync?

    From what I can see, you can only use calendars that you are subscibed to and not calendar groups/views that you have created.

    As I understand it you can choose to view them individually or combined.
    When I bought my iPhone and mobileMe I was told to sync to exchange account first as doing it after may delete my other accounts data.

  • Use ODBC toread and write spatial data

    Does anyone have an example of using ODBC to read and write geometry objects from and to Oracle9i with Oracle Spatial?

    hi ,
    you cannot read geometry with odbc you have to use oo4o(oracle object for ole)
    here a sample code :
    Private Sub mnu_test_Click()
    Dim OraSession As OraSession
    Dim OraDatabase As OraDatabase
    Dim LRS As OraDynaset
    Dim Ordinates As OraCollection
    Dim sdo_geometry As OraObject
    Dim i As Integer
    Set OraSession = CreateObject("OracleInProcServer.XOraSession")
    Set OraDatabase = OraSession.DbOpenDatabase("n12dev6", "gis/spatial", ORADB_DEFAULT)
    Set LRS = OraDatabase.CreateDynaset("select * from GPS_LRS where id ='11SR012001'", ORADB_DEFAULT)
    Set sdo_geometry = LRS.Fields("geometry").Value
    Set Ordinates = sdo_geometry.Item("sdo_ordinates").Value
    'access all elements of the SDO_ORDINATES VArray
    For i = 1 To Ordinates.Size
    MsgBox Ordinates(i)
    Next i
    End Sub
    hope this helps
    vikesh

  • Map Builder Preview rendering errors

    I am having problems using Map Builder. I have wasted quite a bit of time trying to fix these problems assuming I was doing something wrong, or something was wrong with my data.
    Error 1: I create a map using 2 themes. One theme is a geometry theme of topo edge primitives. The other is a topology theme of features built from those primitives. The geometry theme is assigned a red line style. The topology(feature) theme is assigned a blue line style. the geometry theme is listed first, to draw first. I expect to see the red overdrawn by the blue. The preview show red lines. When viewed in Acquis Data Editor, this map displays as expected (blue lines) and when a feature is removed (disassociated from the topo primitive) the underlying primitive shows up as red. When I stop and restart Map Builder, the preview rendering is as expected, blue on top.
    Error 2: I create a map using 1 theme. This theme is a geometry theme of topo edge primitives. I assign node and edge styles. When I preview the map, the nodes (only one node per edge) are displayed at the center of the straight edges, at what appears to be mid-distance between the end points of the edges of the shaped edges (not on the edge), and in the center of rings created by edges that have the same start and end node. They look like they are attempting to be what ESRI calls label points. Again, when I view this map in Acquis Data Editor, the nodes show up on the ends of the edges where I usually tend to look for nodes to show up. Stopping and restarting Map Builder does not fix this rendering problem.
    Are these known bugs and when can I expect to use the preview button reliably?
    Alden

    For the red line style, L.EDGE, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <svg height="1in" width="1in">
    <desc/>
    <g class="line" style="fill:#FF33FF;stroke-width:1.0">
    <line class="base"/>
    </g>
    </svg>
    For the blue line style, L.FEATURESTYLE, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <svg height="1in" width="1in">
    <desc/>
    <g class="line" style="fill:#3366FF;stroke-width:1.0">
    <line class="base"/>
    </g>
    </svg>
    For the geometry (edge primitive) theme, TOPO_EDGE, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <styling_rules>
    <rule>
    <features style="C.FACE"> </features>
    </rule>
    <rule>
    <features style="M.NODE"> </features>
    </rule>
    <rule>
    <features style="L.EDGE"> </features>
    </rule>
    </styling_rules>
    For the topology(feature) theme, GLOBAL, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <styling_rules theme_type="topology" topology_name="MGF_TOPO">
    <rule>
    <features style="L.Featurestyle"> </features>
    </rule>
    </styling_rules>
    For the base map, TEST2, the xml def is:
    <?xml version="1.0" standalone="yes"?>
    <map_definition>
    <theme name="TOPO_EDGE"/>
    <theme name="GLOBAL"/>
    </map_definition>
    As I said earlier, this does display blue lines after a restart of MapBuilder but upon first creating this map and themes, the initial display is red lines.
    As to error 2: I understand now that Acquis probably does a specialty mapping of metatdata and uses the NODE$ table, applying the style definition for the edge theme (M.NODE) to display them.

  • Mapviewer - Spatial Data licensing

    Hi,
    I am working for a fortune 500 company and We are looking forward to use Oracle Mapviewer. My VPs straight question is how much the licensing cost per CPU? And I also know that in order to use MapViewer we need Oracle Spatial data how much will it cost per CPU?? Can any one help me with this question. We are using OBIEE 10g and SQL Server database.
    Thanks in advance,
    DK

    the Spatial Data needs to be downloaded from NAVTEQ
    Find the complete steps and download link here
    http://obieelive.blogspot.com/2012/06/map-viewer-configuration-in-obiee.html?utm_source=BP_recent
    Thanks,
    Sandeep

  • Map Builder - Bulk import

    Hi,
    I have several thousand tiff images (orthophoto maps) and I am using Map Builder for importing, making georaster theme and adding themes into base map.
    It will last for ages...
    Is there other way how to do it?
    thanks,
    Branislav

    Could It be some georaster theme memory issue?
    experimenting with 3 tiffs in georaster theme (successful):
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-46
    DEBUG [oracle.sdovis.theme.grtp] [Master scale] 3123.287671232877 [Scale factor for theme GEORTHEME] 1.0
    INFO [oracle.sdovis.theme.grtp] Screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from GEORASTER_TABLE grt WHERE MDSYS.SDO_FILTER(grt.IMAGE.spatialextent, MDSYS.SDO_GEOMETRY(2003, 2065, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-433661.34699643834,-1246776.379195,-400248.6757635616,-1237276.379195)), 'querytype=WINDOW') = 'TRUE' AND grt.image.rasterid in (1,2,3)
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 3 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-419999.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -13662
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 19750
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 2 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-417499.5,-1241999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-4724 Column: -16162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:4776 Column: 17250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 1 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-412499.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -21162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 12250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtp] # image loaded: 3
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 29156ms.
    FINEST [oracle.sdovis.RE] xfm: 0.030736842105263153 0.0 0.0 -0.030736842105263153 13329.38034978526 -38029.968707888416
    FINEST [oracle.sdovis.RE] rendering image theme: GEORTHEME
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=-419999.5,-1241999.5 -417499.5,-1239999.5
    FINEST [oracle.sdovis.ImageRenderer] image width: 2500, height:2000
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 419, 83
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=-417499.5,-1243999.5 -414999.5,-1241999.5
    FINEST [oracle.sdovis.ImageRenderer] image width: 2500, height:2000
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 496, 145
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=-412499.5,-1241999.5 -409999.5,-1239999.5
    FINEST [oracle.sdovis.ImageRenderer] image width: 2500, height:2000
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 650, 83
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme GEORTHEME with 3 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 2266ms
    ...and with 4 tiffs in georaster theme (error):
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-48
    DEBUG [oracle.sdovis.theme.grtp] [Master scale] 3123.287671232877 [Scale factor for theme GEORTHEME] 1.0
    INFO [oracle.sdovis.theme.grtp] Screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from GEORASTER_TABLE grt WHERE MDSYS.SDO_FILTER(grt.IMAGE.spatialextent, MDSYS.SDO_GEOMETRY(2003, 2065, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-433661.34699643834,-1246776.379195,-400248.6757635616,-1237276.379195)), 'querytype=WINDOW') = 'TRUE' AND grt.image.rasterid in (1,2,3,4)
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 4 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-424999.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 4 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 4 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -8662
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 4 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 24750
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 3 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-419999.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -13662
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 19750
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 2 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-417499.5,-1241999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-4724 Column: -16162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:4776 Column: 17250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 1 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-412499.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -21162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 12250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 35344ms.
    FINEST [oracle.sdovis.RE] xfm: 0.030736842105263153 0.0 0.0 -0.030736842105263153 13329.38034978526 -38029.968707888416
    FINEST [oracle.sdovis.RE] rendering image theme: GEORTHEME
    WARN [oracle.sdovis.ImageRenderer] GeoRaster theme GEORTHEME has no rendered images.
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme GEORTHEME with 0 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    ...but if I make 1 base map consisting 4 separate georaster themes - it works ok

  • How to load spatial data from .shp file

    Could anyone suggest an easy to use, free tool to upload spatial data from .shp file (or/and other open source spatial file sources) into an Oracle Locator database?
    We have licensing for ArcGIS10, but nobody (including ArcGIS) have been able to successfully create a direct connection from their software to our Oracle 10.2 database.
    Client desktops here are Windows 7 64bit, which further complicates matters (tend to find neither ArcGIS nor Oracle support 64bit OS in a cogent fashion)

    790951,
    . . . .You can also try Oracle's ShapeFile Converter (shp2sdo). It's a command line utility so there's automation potential.
    . . . .Note that ESRI's tools may (depending on how they're used) store spatial content in Oracle Spatial as BLOBs containing their ST_GEOMETRY data-type (rather than Oracle's SDO_GEOMETRY type).
    Regards,
    Noel

  • Map Builder - Fenced Center Line

    Hi everyone
    In order to depict depressed contours using Map Builder (ver 11.1.1.0.0), I would like to use a fenced center line with a pattern similar to this: ___|___|___|___|___ . However, Map Builder seems not to be able to create a fenced line with vertical lines above the horizontal line.
    Any help would be highly appreciated.
    Regards,
    Panagiotis

    Fenced lines cross the base lines. What you can try to do is assign a marker pattern to your line style, instead of assigning a fenced line. With the marker pattern you can define the space between each markers. The following is a line style definition that has a marker pattern defined.
    <?xml version="1.0" standalone="yes"?>
    <svg width="1in" height="1in">
      <desc/>
      <g class="line" style="fill:#FF3300;stroke-width:1">
        <line class="base"/>
        <marker-pattern offset="0" interval="5">
            <marker>M.PIN</marker>
    </marker-pattern>
    </g>
    </svg>Joao

  • Google Map Spatial Data

    Hi ,
    I am trying to implement OBIEE map viwer using google mpas.How can i get the google spatial data?
    Thanks

    Hi, thank you for replay.
    I have a Google Map tile layer. I'm building an HTML document that contains it. I want to represent geometries on. Geometries has been built taking coordinates from Google Map. I implemented this function to show the coordinates of the Google tile layer, where the mouse is:
    +...+
    mapview.addMapTileLayer(GoogleMapTileLayer);
    +...+
    mapview.attachEventListener(MVEvent.MOUSE_MOVE, mouseMove);
    +...+
    function mouseMove()
    +{+
    var mouseLoc = mapview.getMouseLocation();
    var locStr = mouseLoc.getPointX() ', ' + mouseLoc.getPointY() ;+
    +     document.getElementById("mouseMove").innerHTML= locStr;+
    +}+
    But coordinates I'm seeing with this function are not the same displayed by Google Map and I need it. And I think it's a problem of SRID because it is projected in EPSG:3857 ¿no?. But I want to project the Google Map tile layer in EPSG:4326, that is, the same Google Map SRID.
    It is an Oracle Maps application with a MVGoogleTileLayer and the data to be displayed are in some ThemeBasedFOI.

  • Build daily Big flat file using SAP R/3 material master data

    Hi all,
    I must build an interface between SAP R/3 4.7 and an external application
    Daily a flat file must be generated contaning Material data in full exchange mode
    (volume 100 000 materials, <10 fields => ~ File of 30Mo)
    No complex mapping, only format mapping (Ex : Price quantity...)
    I don't know yet if I will use Idocs or BAPI to extract data. However, I'm sure I must use multiple inbound messages because of volume
    After reading documentation, I consider the both following solutions to manage it :
    1) A simple asynchronous interface with a file adapter in construction mode APPEND to build flat file progressively with arrival of SAP messages
    =>
    viable solution ?
    Is there problem of concurrent access to file in such a solution  ?
    (idocs or bapi data will be processed ones following the others )
    2) BPM Collecting and Bundling Messages - One Interface
    (Unlimited Loop with Deadline trigger correspondint to time I must build flat file)
    =>
    Each SAP message is a small message but the outbound XML will represent a 30 Mo flat file => Is it a problem ??
    Which solution do you advise ?
    Is there another ?
    Last question : (more general one)
    In such scenario, I can't see XI-value added comparing a creation of flat file directly with R/3.
    I will generate a big number of idocs, use a big part of XI memory ...
    Can you give me your opinion about it ?
    Thanks a lot
    Best regards
    Jean-Charles
    Message was edited by:
            Jean-Charles
    Message was edited by:
            Jean-Charles

    Hi Jean-Charles,
    >>>volume 100 000 materials, <10 fields => ~ File of 30Mo
    You have a performance task...
    >>>Is there problem of concurrent access to file in such a solution ?
    No, the adapter framework has its own queueing, the message would be stored and executed later. If sequence is important, you can use EOIO as well.
    >>>BPM Collecting and Bundling Messages - One Interface
    BPM is not required in your case, you should avoid becoz of performance task. You can append at file adapter, no problem. Bundling and splitting is even possible at Integration Server without BPM.
    >>>Each SAP message is a small message but the outbound XML will represent a 30 Mo flat file => Is it a problem ??
    Avoid using BAD words
    >>>Each SAP message is a small message but the outbound XML will represent a 30 Mo flat file => Is it a problem ??
    Use the <a href="https://websmp110.sap-ag.de/quicksizing">Quick Sizer</a> for sizing the hardware.
    Regards,
    Udo

  • Using interface builder to create a table view and add a cell

    So I am using interface builder to make a table view. Should be easy. I drag a table view controller to my view, then it seems I should be able to drag a table view cell to the table view but it won't let me drop it down. If I do it in the documents window it just replaces the table view with a cell. Seems like this shouldn't be hard, but it's one of those things that should take 2 seconds but I have been messing with it for hours. It seems like most of the examples I have looked at in the same code don't use iB so I haven't found a good reference. If somebody can point me in the write direction let me know.

    I struggled a bit too. Here's what I did on my recently completed app. I used IB to create the basic view and add the table. That's it. Then ensure your UIViewController based class implements the UITableViewDelegate and UITableViewDataSource protocols. Your cells will come from those methods, not anything you do in IB.
    If you're creating a set of screens that just have tables that allow you to navigate up and down through the data then IB isn't worth using at all.
    Just have your views extends UITableViewController and follow some of the supplied table based example apps.
    I rewrote my first app 3 times as I slowly figured all of this out.
    Hope that helps.

  • [Begginer] How to view my Oracle spatial Data ?

    I'm a begginer , I know how to make and insert Spatial data but , i want to see it like map , how ?
    Please tell me the software and good documentation ?

    Try using MapViewer. It is downloadable from OTN:
    http://otn.oracle.com/products/spatial
    then click on the software button to find instructions and the MapViewer software.

Maybe you are looking for