public class KMLPolygon extends KMLAbstractGeometry
| Modifier and Type | Field and Description |
|---|---|
protected List<KMLLinearRing> |
innerBoundaries |
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 |
|---|
KMLPolygon(String namespaceURI)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInnerBoundary(KMLLinearRing o) |
void |
applyChange(KMLAbstractObject sourceValues) |
protected void |
doAddEventContent(Object o,
XMLEventParserContext ctx,
XMLEvent event,
Object... args) |
String |
getAltitudeMode() |
Boolean |
getExtrude() |
Iterable<? extends KMLLinearRing> |
getInnerBoundaries() |
KMLLinearRing |
getOuterBoundary() |
Boolean |
getTessellate() |
boolean |
isExtrude() |
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 List<KMLLinearRing> innerBoundaries
public KMLPolygon(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 KMLAbstractGeometryprotected void doAddEventContent(Object o, XMLEventParserContext ctx, XMLEvent event, Object... args) throws XMLStreamException
doAddEventContent in class AbstractXMLEventParserXMLStreamExceptionpublic String getAltitudeMode()
public Boolean getExtrude()
public Iterable<? extends KMLLinearRing> getInnerBoundaries()
public KMLLinearRing getOuterBoundary()
public Boolean getTessellate()
public boolean isExtrude()