|
||||||||||
| 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
public class AbstractMapProvider
The Class AbstractMapProvider.
| Field Summary | |
|---|---|
static org.apache.log4j.Logger |
logger
Logger component. |
| Constructor Summary | |
|---|---|
AbstractMapProvider()
Instantiates a new abstract map provider. |
|
| Method Summary | |
|---|---|
java.util.List |
getFeatureNamesInMap(java.lang.String mapName)
Gets the feature names in map. |
java.util.List |
getMapNamesByFeature(java.lang.String featureName)
Gets the map names by feature. |
java.lang.String |
getSelectedMapName()
Gets the selected map name. |
org.w3c.dom.svg.SVGDocument |
getSVGMapDOMDocument()
Gets the sVG map dom document. |
org.w3c.dom.svg.SVGDocument |
getSVGMapDOMDocument(java.lang.String mapName)
Gets the sVG map dom document. |
javax.xml.stream.XMLStreamReader |
getSVGMapStreamReader()
Gets the sVG map stream reader. |
javax.xml.stream.XMLStreamReader |
getSVGMapStreamReader(java.lang.String mapName)
Gets the sVG map stream reader. |
void |
init(java.lang.Object conf)
Inits the. |
void |
setSelectedMapName(java.lang.String selectedMapName)
Sets the selected map name. |
| 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 AbstractMapProvider()
| Method Detail |
|---|
public void init(java.lang.Object conf)
throws GeoEngineException
IGeoEngineComponent
init in interface IGeoEngineComponentinit in class AbstractGeoEngineComponentconf - the conf
GeoEngineException - the geo engine exception
public javax.xml.stream.XMLStreamReader getSVGMapStreamReader()
throws GeoEngineException
IMapProvider
getSVGMapStreamReader in interface IMapProviderGeoEngineException - the geo engine exception
public javax.xml.stream.XMLStreamReader getSVGMapStreamReader(java.lang.String mapName)
throws GeoEngineException
IMapProvider
getSVGMapStreamReader in interface IMapProvidermapName - the map name
GeoEngineException - the geo engine exception
public org.w3c.dom.svg.SVGDocument getSVGMapDOMDocument()
throws GeoEngineException
IMapProvider
getSVGMapDOMDocument in interface IMapProviderGeoEngineException - the geo engine exception
public org.w3c.dom.svg.SVGDocument getSVGMapDOMDocument(java.lang.String mapName)
throws GeoEngineException
IMapProvider
getSVGMapDOMDocument in interface IMapProvidermapName - the map name
GeoEngineException - the geo engine exceptionpublic java.lang.String getSelectedMapName()
IMapProvider
getSelectedMapName in interface IMapProviderpublic void setSelectedMapName(java.lang.String selectedMapName)
IMapProvider
setSelectedMapName in interface IMapProviderselectedMapName - the new selected map name
public java.util.List getMapNamesByFeature(java.lang.String featureName)
throws java.lang.Exception
IMapProvider
getMapNamesByFeature in interface IMapProviderfeatureName - 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 IMapProvidermapName - the map name
java.lang.Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||