java.lang.Object
de.turnertech.ows.gml.DirectPositionDecoder
- All Implemented Interfaces:
GmlDecoder<DirectPosition>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
static DirectPosition
decode
(XMLStreamReader in, OwsContext owsContext, GmlDecoderContext gmlContext) decode
(Node root, GmlDecoderContext context) Deprecated.
-
Constructor Details
-
DirectPositionDecoder
public DirectPositionDecoder()
-
-
Method Details
-
canDecode
-
decode
public static DirectPosition decode(XMLStreamReader in, OwsContext owsContext, GmlDecoderContext gmlContext) throws XMLStreamException - Throws:
XMLStreamException
-
decode
Deprecated.- Specified by:
decode
in interfaceGmlDecoder<DirectPosition>
-