|
||||||||||
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 IGeoEngineComponent
init
in class AbstractGeoEngineComponent
conf
- the conf
GeoEngineException
- the geo engine exceptionpublic javax.xml.stream.XMLStreamReader getSVGMapStreamReader() throws GeoEngineException
IMapProvider
getSVGMapStreamReader
in interface IMapProvider
GeoEngineException
- the geo engine exceptionpublic javax.xml.stream.XMLStreamReader getSVGMapStreamReader(java.lang.String mapName) throws GeoEngineException
IMapProvider
getSVGMapStreamReader
in interface IMapProvider
mapName
- the map name
GeoEngineException
- the geo engine exceptionpublic org.w3c.dom.svg.SVGDocument getSVGMapDOMDocument() throws GeoEngineException
IMapProvider
getSVGMapDOMDocument
in interface IMapProvider
GeoEngineException
- the geo engine exceptionpublic org.w3c.dom.svg.SVGDocument getSVGMapDOMDocument(java.lang.String mapName) throws GeoEngineException
IMapProvider
getSVGMapDOMDocument
in interface IMapProvider
mapName
- the map name
GeoEngineException
- the geo engine exceptionpublic java.lang.String getSelectedMapName()
IMapProvider
getSelectedMapName
in interface IMapProvider
public void setSelectedMapName(java.lang.String selectedMapName)
IMapProvider
setSelectedMapName
in interface IMapProvider
selectedMapName
- the new selected map namepublic java.util.List getMapNamesByFeature(java.lang.String featureName) throws java.lang.Exception
IMapProvider
getMapNamesByFeature
in interface IMapProvider
featureName
- the feature name
java.lang.Exception
- the exceptionpublic java.util.List getFeatureNamesInMap(java.lang.String mapName) throws java.lang.Exception
IMapProvider
getFeatureNamesInMap
in interface IMapProvider
mapName
- the map name
java.lang.Exception
- the exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |