|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapProvider
The Interface IMapProvider.
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 |
setSelectedMapName(java.lang.String mapName)
Sets the selected map name. |
Methods inherited from interface it.eng.spagobi.engines.geo.IGeoEngineComponent |
---|
init, setEnv |
Method Detail |
---|
javax.xml.stream.XMLStreamReader getSVGMapStreamReader() throws GeoEngineException
GeoEngineException
- the geo engine exceptionjavax.xml.stream.XMLStreamReader getSVGMapStreamReader(java.lang.String mapName) throws GeoEngineException
mapName
- the map name
GeoEngineException
- the geo engine exceptionorg.w3c.dom.svg.SVGDocument getSVGMapDOMDocument() throws GeoEngineException
GeoEngineException
- the geo engine exceptionorg.w3c.dom.svg.SVGDocument getSVGMapDOMDocument(java.lang.String mapName) throws GeoEngineException
mapName
- the map name
GeoEngineException
- the geo engine exceptionjava.lang.String getSelectedMapName()
void setSelectedMapName(java.lang.String mapName)
mapName
- the new selected map namejava.util.List getMapNamesByFeature(java.lang.String featureName) throws java.lang.Exception
featureName
- the feature name
java.lang.Exception
- the exceptionjava.util.List getFeatureNamesInMap(java.lang.String mapName) throws java.lang.Exception
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 |