Package org.geotools.gml.stream
Class GML
- Object
-
- GML
-
public class GML extends Object
Names of GML elements parseable with XmlStreamGeometryReader.
-
-
Field Summary
Fields Modifier and Type Field Description static String
Arc
static String
CompositeCurve
static String
coord
static String
coordinates
static String
Curve
static String
curveMember
static String
exterior
static String
innerBoundaryIs
static String
interior
static String
LinearRing
static String
LineString
static String
lineStringMember
static String
LineStringSegment
static String
MultiCurve
static String
MultiLineString
static String
MultiPoint
static String
MultiPolygon
static String
MultiSurface
static String
NAMESPACE
static String
NAMESPACE_3_2
static String
OrientableCurve
static String
outerBoundaryIs
static String
patches
static String
Point
static String
pointMember
static String
pointMembers
static String
Polygon
static String
polygonMember
static String
PolygonPatch
static String
pos
static String
posList
static String
Ring
static String
segments
static String
srsName
static String
Surface
static String
surfaceMember
static String
surfaceMembers
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
NAMESPACE_3_2
public static final String NAMESPACE_3_2
- See Also:
- Constant Field Values
-
Arc
public static final String Arc
- See Also:
- Constant Field Values
-
CompositeCurve
public static final String CompositeCurve
- See Also:
- Constant Field Values
-
coord
public static final String coord
- See Also:
- Constant Field Values
-
coordinates
public static final String coordinates
- See Also:
- Constant Field Values
-
Curve
public static final String Curve
- See Also:
- Constant Field Values
-
curveMember
public static final String curveMember
- See Also:
- Constant Field Values
-
exterior
public static final String exterior
- See Also:
- Constant Field Values
-
innerBoundaryIs
public static final String innerBoundaryIs
- See Also:
- Constant Field Values
-
interior
public static final String interior
- See Also:
- Constant Field Values
-
LinearRing
public static final String LinearRing
- See Also:
- Constant Field Values
-
LineString
public static final String LineString
- See Also:
- Constant Field Values
-
lineStringMember
public static final String lineStringMember
- See Also:
- Constant Field Values
-
LineStringSegment
public static final String LineStringSegment
- See Also:
- Constant Field Values
-
MultiCurve
public static final String MultiCurve
- See Also:
- Constant Field Values
-
MultiLineString
public static final String MultiLineString
- See Also:
- Constant Field Values
-
MultiPoint
public static final String MultiPoint
- See Also:
- Constant Field Values
-
MultiPolygon
public static final String MultiPolygon
- See Also:
- Constant Field Values
-
MultiSurface
public static final String MultiSurface
- See Also:
- Constant Field Values
-
OrientableCurve
public static final String OrientableCurve
- See Also:
- Constant Field Values
-
outerBoundaryIs
public static final String outerBoundaryIs
- See Also:
- Constant Field Values
-
Point
public static final String Point
- See Also:
- Constant Field Values
-
pointMember
public static final String pointMember
- See Also:
- Constant Field Values
-
pointMembers
public static final String pointMembers
- See Also:
- Constant Field Values
-
Polygon
public static final String Polygon
- See Also:
- Constant Field Values
-
polygonMember
public static final String polygonMember
- See Also:
- Constant Field Values
-
Surface
public static final String Surface
- See Also:
- Constant Field Values
-
patches
public static final String patches
- See Also:
- Constant Field Values
-
PolygonPatch
public static final String PolygonPatch
- See Also:
- Constant Field Values
-
pos
public static final String pos
- See Also:
- Constant Field Values
-
posList
public static final String posList
- See Also:
- Constant Field Values
-
Ring
public static final String Ring
- See Also:
- Constant Field Values
-
segments
public static final String segments
- See Also:
- Constant Field Values
-
srsName
public static final String srsName
- See Also:
- Constant Field Values
-
surfaceMember
public static final String surfaceMember
- See Also:
- Constant Field Values
-
surfaceMembers
public static final String surfaceMembers
- See Also:
- Constant Field Values
-
-