public class KMLPoint extends KMLAbstractGeometry
| Modifier and Type | Field and Description | 
|---|---|
| protected Position | coordinates | 
MSG_BOX_CHANGED, MSG_GEOMETRY_CHANGED, MSG_LINK_CHANGED, MSG_STYLE_CHANGED, MSG_TIME_CHANGED, MSG_VIEW_CHANGEDCHARACTERS_CONTENT, fields, namespaceURI, parent| Constructor and Description | 
|---|
| KMLPoint(String namespaceURI)Construct an instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | applyChange(KMLAbstractObject sourceValues) | 
| protected void | doAddEventContent(Object o,
                 XMLEventParserContext ctx,
                 XMLEvent event,
                 Object... args) | 
| String | getAltitudeMode() | 
| Position | getCoordinates() | 
| Boolean | getExtrude() | 
| boolean | isExtrude() | 
| protected void | setCoordinates(Position.PositionList coordsList) | 
getId, getRoot, getTargetId, onChange, onMessageallocate, doAddCharacters, doAddEventAttribute, doParseEventAttributes, doParseEventContent, freeResources, getAConstructor, getCharacters, getField, getField, getFields, getNamespaceURI, getParent, hasField, hasField, hasFields, mergeFields, newInstance, overrideFields, parse, parseCharacterContent, removeField, setField, setField, setFields, setNamespaceURI, setParentprotected Position coordinates
public KMLPoint(String namespaceURI)
namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.public void applyChange(KMLAbstractObject sourceValues)
applyChange in class KMLAbstractGeometryprotected void doAddEventContent(Object o, XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
doAddEventContent in class AbstractXMLEventParserXMLStreamExceptionpublic String getAltitudeMode()
public Position getCoordinates()
public Boolean getExtrude()
public boolean isExtrude()
protected void setCoordinates(Position.PositionList coordsList)