See: Description
Interface | Description |
---|---|
CoordinateListFactory |
This interface defines a factory for generating a sequence of points from a
geometry object.
|
Class | Description |
---|---|
CurveCoordinateListFactory |
Creates a sequence containing the coordinates of a curve.
|
GeometryCoordinateList |
Constructs an array of points from a GML geometry instance.
|
GmlUtils |
Provides utility methods for processing representations of GML elements.
|
GmlUtils.GmlNamespaceContext |
A NamespaceContext that only recognizes the conventional "gml" namespace
prefix.
|
GmlUtils.NodeNamespaceContext |
A NamespaceContext that provides the in-scope namespace bindings for a
given DOM Node.
|
PointCoordinateListFactory |
Creates a sequence containing a single coordinate tuple denoting the position
of a geometric point.
|
SurfaceCoordinateListFactory |
Creates a sequence containing the coordinates comprising the exterior surface
boundary.
|
Enum | Description |
---|---|
CurveSegmentType |
Curve segment type.
|
GeometryType |
Geometric primitive types defined in ISO 19107 and realized in ISO 19136 (GML
3.2.1).
|
SurfacePatchType |
Surface patch type.
|
Copyright © 2014. All rights reserved.