new ElocationUniverse()
ElocationUniverse defines the zoom levels and bounds for Oracle's online mapping service
(formally known as eLocation).
Returns:
The newly created Oracle eLocation Universe object.
Extends
Methods
- 
    
getMapBounds()
 - 
    
    
Get the map bounds. That is, the maximum map extent of this universe.
- Inherited From:
 
Returns:
The maximum map extent of this universe.
 - 
    
getSRID()
 - 
    
    
Get the SRID for the map bounds.
- Inherited From:
 
Returns:
The SRID for the map bounds.
- Type
 - int
 
 - 
    
getZoomLevelNumber()
 - 
    
    
Get the number of defined zoom levels.
- Inherited From:
 
Returns:
The number of zoom levels.
- Type
 - int
 
 - 
    
getZoomLevels()
 - 
    
    
Get the map zoom level definitions array.
- Inherited From:
 
Returns:
An array of OM.universe.ZoomLevel.
- Type
 - Array