Class KMLObject
- java.lang.Object
-
- com.microstrategy.web.app.maps.MapObject
-
- com.microstrategy.web.app.maps.kml.KMLObject
-
public class KMLObject extends MapObject
-
-
Constructor Summary
Constructors Constructor Description KMLObject(int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(java.lang.String prop, java.lang.String value)
int
getId()
java.lang.String
getPropertyValue(java.lang.String prop)
-
Methods inherited from class com.microstrategy.web.app.maps.MapObject
getGeoData, getName, getType, setGeoData, setName, setType
-
-