java.lang.Object
de.turnertech.ows.gml.LinearRing
- All Implemented Interfaces:
BoundingBoxProvider
,GmlElement
,Iterable<DirectPosition>
public class LinearRing
extends Object
implements GmlElement, Iterable<DirectPosition>, BoundingBoxProvider
gml:LinearRing
-
Field Summary
FieldsFields inherited from interface de.turnertech.ows.gml.GmlElement
NAMESPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
forEach
(Consumer<? super DirectPosition> action) iterator()
boolean
void
setPosList
(DirectPositionList posList) int
size()
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
-
LinearRing
public LinearRing() -
LinearRing
-
-
Method Details
-
getPosList
-
setPosList
-
add
-
remove
-
size
public int size() -
writeGml
public void writeGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) - Specified by:
writeGml
in interfaceGmlElement
-
getGmlName
- Specified by:
getGmlName
in interfaceGmlElement
-
iterator
- Specified by:
iterator
in interfaceIterable<DirectPosition>
-
forEach
- Specified by:
forEach
in interfaceIterable<DirectPosition>
-
spliterator
- Specified by:
spliterator
in interfaceIterable<DirectPosition>
-
getBoundingBox
- Specified by:
getBoundingBox
in interfaceBoundingBoxProvider
-