java.lang.Object
de.turnertech.ows.gml.TimePeriod
- All Implemented Interfaces:
GmlElement
gml:TimePeriod
-
Field Summary
FieldsFields inherited from interface de.turnertech.ows.gml.GmlElement
NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBegin()getEnd()voidsetBegin(TimeInstant begin) voidsetEnd(TimeInstant end) voidwriteGml(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, waitMethods inherited from interface de.turnertech.ows.gml.GmlElement
toGml, toGml, writeGml, writeGmlStartElement
-
Field Details
-
GML_NAME
- See Also:
-
-
Constructor Details
-
TimePeriod
-
-
Method Details
-
getBegin
-
setBegin
-
getEnd
-
setEnd
-
writeGml
public void writeGml(XMLStreamWriter out, String localName, String namespaceURI, SpatialReferenceSystemRepresentation srs) - Specified by:
writeGmlin interfaceGmlElement
-
getGmlName
- Specified by:
getGmlNamein interfaceGmlElement
-