Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.adf.view.faces.bi.component.geoMap
Class MapConfiguration

java.lang.Object
  extended by oracle.adf.view.faces.bi.component.geoMap.MapConfiguration
All Implemented Interfaces:
java.io.Serializable

public class MapConfiguration
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.net.URL m_geocoderURL
           
 java.net.URL m_mapViewerURL
           
 
Constructor Summary
MapConfiguration()
           
 
Method Summary
 java.net.URL getGeocoderURL()
           
 java.net.URL getMapViewerURL()
           
 void setGeocoderURL(java.net.URL geocoderURL)
           
 void setMapViewerURL(java.net.URL mapViewerURL)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_mapViewerURL

public java.net.URL m_mapViewerURL

m_geocoderURL

public java.net.URL m_geocoderURL
Constructor Detail

MapConfiguration

public MapConfiguration()
Method Detail

getMapViewerURL

public java.net.URL getMapViewerURL()

setMapViewerURL

public void setMapViewerURL(java.net.URL mapViewerURL)

getGeocoderURL

public java.net.URL getGeocoderURL()

setGeocoderURL

public void setGeocoderURL(java.net.URL geocoderURL)

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

Copyright © 1997, 2011, Oracle. All rights reserved.