public class KMLPolygon extends KMLAbstractGeometry
Modifier and Type | Field and Description |
---|---|
protected java.util.List<KMLLinearRing> |
innerBoundaries |
MSG_BOX_CHANGED, MSG_GEOMETRY_CHANGED, MSG_LINK_CHANGED, MSG_STYLE_CHANGED, MSG_TIME_CHANGED, MSG_VIEW_CHANGED
CHARACTERS_CONTENT, fields, namespaceURI, parent
Constructor and Description |
---|
KMLPolygon(java.lang.String namespaceURI)
Construct an instance.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addInnerBoundary(KMLLinearRing o) |
void |
applyChange(KMLAbstractObject sourceValues) |
protected void |
doAddEventContent(java.lang.Object o,
XMLEventParserContext ctx,
javax.xml.stream.events.XMLEvent event,
java.lang.Object... args) |
java.lang.String |
getAltitudeMode() |
java.lang.Boolean |
getExtrude() |
java.lang.Iterable<? extends KMLLinearRing> |
getInnerBoundaries() |
KMLLinearRing |
getOuterBoundary() |
java.lang.Boolean |
getTessellate() |
boolean |
isExtrude() |
getId, getRoot, getTargetId, onChange, onMessage
allocate, 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, setParent
protected java.util.List<KMLLinearRing> innerBoundaries
public KMLPolygon(java.lang.String namespaceURI)
namespaceURI
- the qualifying namespace URI. May be null to indicate no namespace qualification.protected void addInnerBoundary(KMLLinearRing o)
public void applyChange(KMLAbstractObject sourceValues)
applyChange
in class KMLAbstractGeometry
protected void doAddEventContent(java.lang.Object o, XMLEventParserContext ctx, javax.xml.stream.events.XMLEvent event, java.lang.Object... args) throws javax.xml.stream.XMLStreamException
doAddEventContent
in class AbstractXMLEventParser
javax.xml.stream.XMLStreamException
public java.lang.String getAltitudeMode()
public java.lang.Boolean getExtrude()
public java.lang.Iterable<? extends KMLLinearRing> getInnerBoundaries()
public KMLLinearRing getOuterBoundary()
public java.lang.Boolean getTessellate()
public boolean isExtrude()