|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.eng.spagobi.engines.geo.AbstractGeoEngineComponent
it.eng.spagobi.engines.geo.map.provider.AbstractMapProvider
it.eng.spagobi.engines.geo.map.provider.SOMapProvider
public class SOMapProvider
The Class SOMapProvider.
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
logger
Logger component. |
| Constructor Summary | |
|---|---|
SOMapProvider()
Instantiates a new sO map provider. |
|
| Method Summary | |
|---|---|
java.util.List |
getFeatureNamesInMap(java.lang.String mapName)
Gets the feature names in map. |
it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils |
getMapCatalogueServiceProxy()
Gets the map catalogue service proxy. |
java.util.List |
getMapNamesByFeature(java.lang.String featureName)
Gets the map names by feature. |
org.w3c.dom.svg.SVGDocument |
getSVGMapDOMDocument(java.lang.String mapName)
Gets the sVG map dom document. |
javax.xml.stream.XMLStreamReader |
getSVGMapStreamReader(java.lang.String mapName)
Gets the sVG map stream reader. |
void |
init(java.lang.Object conf)
Inits the. |
void |
setMapCatalogueServiceProxy(it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils mapCatalogueServiceProxy)
Sets the map catalogue service proxy. |
| Methods inherited from class it.eng.spagobi.engines.geo.map.provider.AbstractMapProvider |
|---|
getSelectedMapName, getSVGMapDOMDocument, getSVGMapStreamReader, setSelectedMapName |
| Methods inherited from class it.eng.spagobi.engines.geo.AbstractGeoEngineComponent |
|---|
getConf, getEnv, setEnv |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface it.eng.spagobi.engines.geo.IGeoEngineComponent |
|---|
setEnv |
| Field Detail |
|---|
public static transient org.apache.log4j.Logger logger
| Constructor Detail |
|---|
public SOMapProvider()
| Method Detail |
|---|
public void init(java.lang.Object conf)
throws GeoEngineException
IGeoEngineComponent
init in interface IGeoEngineComponentinit in class AbstractMapProviderconf - the conf
GeoEngineException - the geo engine exception
public org.w3c.dom.svg.SVGDocument getSVGMapDOMDocument(java.lang.String mapName)
throws GeoEngineException
IMapProvider
getSVGMapDOMDocument in interface IMapProvidergetSVGMapDOMDocument in class AbstractMapProvidermapName - the map name
GeoEngineException - the geo engine exception
public javax.xml.stream.XMLStreamReader getSVGMapStreamReader(java.lang.String mapName)
throws GeoEngineException
IMapProvider
getSVGMapStreamReader in interface IMapProvidergetSVGMapStreamReader in class AbstractMapProvidermapName - the map name
GeoEngineException - the geo engine exceptionpublic it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils getMapCatalogueServiceProxy()
public void setMapCatalogueServiceProxy(it.eng.spagobi.utilities.callbacks.mapcatalogue.MapCatalogueAccessUtils mapCatalogueServiceProxy)
mapCatalogueServiceProxy - the new map catalogue service proxy
public java.util.List getMapNamesByFeature(java.lang.String featureName)
throws java.lang.Exception
IMapProvider
getMapNamesByFeature in interface IMapProvidergetMapNamesByFeature in class AbstractMapProviderfeatureName - the feature name
java.lang.Exception - the exception
public java.util.List getFeatureNamesInMap(java.lang.String mapName)
throws java.lang.Exception
IMapProvider
getFeatureNamesInMap in interface IMapProvidergetFeatureNamesInMap in class AbstractMapProvidermapName - the map name
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||