java.lang.Object
de.turnertech.ows.gml.Polygon
- All Implemented Interfaces:
BoundingBoxProvider
,GmlElement
gml:Polygon
-
Field Summary
FieldsFields inherited from interface de.turnertech.ows.gml.GmlElement
NAMESPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setExterior
(LinearRing exterior) void
writeGml
(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.turnertech.ows.gml.GmlElement
toGml, toGml, writeGml, writeGmlStartElement
-
Field Details
-
GML_NAME
- See Also:
-
-
Constructor Details
-
Polygon
public Polygon() -
Polygon
-
-
Method Details
-
getExterior
-
setExterior
-
writeGml
public void writeGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) - Specified by:
writeGml
in interfaceGmlElement
-
getGmlName
- Specified by:
getGmlName
in interfaceGmlElement
-
getBoundingBox
- Specified by:
getBoundingBox
in interfaceBoundingBoxProvider
-