| Package | Description |
|---|---|
| net.opengis.gml.v32 | |
| net.opengis.gml.v32.bind | |
| net.opengis.gml.v32.impl |
| Modifier and Type | Method and Description |
|---|---|
Point |
Factory.newPoint() |
| Modifier and Type | Method and Description |
|---|---|
Point |
XMLStreamBindings.readPoint(XMLStreamReader reader)
Read method for Point elements
|
Point |
XMLStreamBindings.readPointType(XMLStreamReader reader)
Read method for PointType complex type
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLStreamBindings.readPointTypeAttributes(Map<String,String> attrMap,
Point bean)
Reads attributes of PointType complex type
|
void |
XMLStreamBindings.readPointTypeElements(XMLStreamReader reader,
Point bean)
Reads elements of PointType complex type
|
void |
XMLStreamBindings.writePoint(XMLStreamWriter writer,
Point bean)
Write method for Point element
|
void |
XMLStreamBindings.writePointType(XMLStreamWriter writer,
Point bean)
Write method for PointType complex type
|
void |
XMLStreamBindings.writePointTypeAttributes(XMLStreamWriter writer,
Point bean)
Writes attributes of PointType complex type
|
void |
XMLStreamBindings.writePointTypeElements(XMLStreamWriter writer,
Point bean)
Writes elements of PointType complex type
|
| Modifier and Type | Class and Description |
|---|---|
class |
PointImpl
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2).
|
class |
PointJTS
Implementation of GML Point derived from JTS Point class.
|
| Modifier and Type | Method and Description |
|---|---|
Point |
GMLFactory.newPoint() |
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.