- calculateDestination(Position, double, double) - Static method in class org.opengis.cite.geomatics.GeodesyUtils
-
Determines the destination position given the azimuth and distance from
some starting position.
- calculateEnvelope(NodeList) - Static method in class org.opengis.cite.geomatics.Extents
-
Calculates the envelope that covers the given collection of GML geometry
elements.
- calculateEnvelopeUsingSingleGeometry(NodeList) - Static method in class org.opengis.cite.geomatics.Extents
-
Calculates the envelope using single GML geometry element.
- checkForAbstractSurfacePatchTypes(Node) - Static method in class org.opengis.cite.geomatics.gml.GmlUtils
-
Checks for AbstractSurfacePatchTypes in geometry nodes
- coalesceBoundingBoxes(List<Node>) - Static method in class org.opengis.cite.geomatics.Extents
-
Coalesces a sequence of bounding boxes so as to create an envelope that
covers all of them.
- compare(TemporalGeometricPrimitive, TemporalGeometricPrimitive) - Method in class org.opengis.cite.geomatics.time.TemporalComparator
-
- computeConvexHull(AbstractGeometry) - Static method in class org.opengis.cite.geomatics.gml.GmlUtils
-
Calculates the planar convex hull of the given GML geometry element.
- convertSRSNameToURN(String) - Static method in class org.opengis.cite.geomatics.GeodesyUtils
-
Converts an srsName identifier to the corresponding URN value if it is an
'http' URI.
- convertToMultiType(Node) - Static method in class org.opengis.cite.geomatics.gml.GmlUtils
-
Convert Surface or Curve geometry to MultiSurface or MultiCurve.
- CoordinateListFactory - Interface in org.opengis.cite.geomatics.gml
-
This interface defines a factory for generating a sequence of points from a
geometry object.
- createCoordinateList(AbstractGeometry) - Method in interface org.opengis.cite.geomatics.gml.CoordinateListFactory
-
Creates a list of coordinates from a GML geometry representation.
- createCoordinateList(AbstractGeometry) - Method in class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
- createCoordinateList(AbstractGeometry) - Method in class org.opengis.cite.geomatics.gml.PointCoordinateListFactory
-
- createCoordinateList(AbstractGeometry) - Method in class org.opengis.cite.geomatics.gml.SurfaceCoordinateListFactory
-
- createCoordinateList(Element) - Method in class org.opengis.cite.geomatics.gml.SurfaceCoordinateListFactory
-
Creates a list of coordinates on the exterior boundary of a GML surface
geometry.
- createEnvelope(Node) - Static method in class org.opengis.cite.geomatics.Extents
-
Creates an Envelope from the given XML representation of a spatial extent
(ows:BoundingBox, ows:WGS84BoundingBox, or gml:Envelope).
- CurveCoordinateListFactory - Class in org.opengis.cite.geomatics.gml
-
Creates a sequence containing the coordinates of a curve.
- CurveCoordinateListFactory() - Constructor for class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
- CurveSegmentType - Enum in org.opengis.cite.geomatics.gml
-
Curve segment type.
- GeodesyUtils - Class in org.opengis.cite.geomatics
-
Provides utility methods for using coordinate reference systems and
performing coordinate transformations.
- GeodesyUtils() - Constructor for class org.opengis.cite.geomatics.GeodesyUtils
-
- GeometryCoordinateList - Class in org.opengis.cite.geomatics.gml
-
Constructs an array of points from a GML geometry instance.
- GeometryCoordinateList() - Constructor for class org.opengis.cite.geomatics.gml.GeometryCoordinateList
-
- GeometryType - Enum in org.opengis.cite.geomatics.gml
-
Geometric primitive types defined in ISO 19107 and realized in ISO 19136 (GML
3.2.1).
- getAbbreviatedCRSIdentifier(String) - Static method in class org.opengis.cite.geomatics.GeodesyUtils
-
Returns an abbreviated identifier for the given CRS reference.
- getAntipode(double[]) - Static method in class org.opengis.cite.geomatics.Extents
-
Returns the antipode of the specified coordinate tuple.
- getCoordinateList(Curve) - Method in class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
Returns a list of points on a curve consisting of one or more segments.
- getCoordinateList(LineString) - Method in class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
Returns a list of points representing the vertices of a LineString
geometry.
- getCoordinateList(CompositeCurveType) - Method in class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
Returns a list of points on a composite curve consisting of one or more
curve members.
- getCoordinateList(OrientableCurveType) - Method in class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
Returns a list of points on an orientable curve.
- getCoordinateList(AbstractRingType) - Method in class org.opengis.cite.geomatics.gml.CurveCoordinateListFactory
-
Returns a list of points on a ring representing a single connected
component of a surface boundary.
- getCoordinateList(AbstractCurveSegment, CoordinateReferenceSystem) - Method in enum org.opengis.cite.geomatics.gml.CurveSegmentType
-
Returns a list of points on a curve segment.
- getCoordinateList(AbstractGeometry) - Method in class org.opengis.cite.geomatics.gml.GeometryCoordinateList
-
Creates an array of 2D coordinates from the given GML geometry instance.
- getCoordinateSetFactory() - Method in enum org.opengis.cite.geomatics.gml.GeometryType
-
- getCRSIdentifier(CoordinateReferenceSystem) - Static method in class org.opengis.cite.geomatics.GeodesyUtils
-
Returns a well-known identifier (URI) for the given coordinate reference
system using the 'urn' scheme (e.g.
- getDomainOfValidity(String) - Static method in class org.opengis.cite.geomatics.GeodesyUtils
-
Returns an immutable envelope representing the valid geographic extent of
the CRS identified by the given URI reference.
- getExteriorBoundary(AbstractSurfacePatchType) - Method in enum org.opengis.cite.geomatics.gml.SurfacePatchType
-
Returns the exterior boundary of a surface patch (an element that
substitutes for gml:AbstractSurfacePatch).
- getInteriorBoundaries(AbstractSurfacePatchType) - Method in enum org.opengis.cite.geomatics.gml.SurfacePatchType
-
Returns the set of interior boundaries for a surface patch (an element
that substitutes for gml:AbstractSurfacePatch).
- getNamespaceURI(String) - Method in class org.opengis.cite.geomatics.gml.GmlUtils.GmlNamespaceContext
-
- getNamespaceURI(String) - Method in class org.opengis.cite.geomatics.gml.GmlUtils.NodeNamespaceContext
-
- getPrefix(String) - Method in class org.opengis.cite.geomatics.gml.GmlUtils.GmlNamespaceContext
-
- getPrefix(String) - Method in class org.opengis.cite.geomatics.gml.GmlUtils.NodeNamespaceContext
-
- getPrefixes(String) - Method in class org.opengis.cite.geomatics.gml.GmlUtils.GmlNamespaceContext
-
- getPrefixes(String) - Method in class org.opengis.cite.geomatics.gml.GmlUtils.NodeNamespaceContext
-
- GML_NS - Static variable in class org.opengis.cite.geomatics.gml.GmlUtils
-
- GmlNamespaceContext() - Constructor for class org.opengis.cite.geomatics.gml.GmlUtils.GmlNamespaceContext
-
- gmlToTemporalGeometricPrimitive(Element) - Static method in class org.opengis.cite.geomatics.gml.GmlUtils
-
Creates a TemporalGeometricPrimitive instance from a GML temporal value
representation.
- GmlUtils - Class in org.opengis.cite.geomatics.gml
-
Provides utility methods for processing representations of GML elements.
- GmlUtils() - Constructor for class org.opengis.cite.geomatics.gml.GmlUtils
-
- GmlUtils.GmlNamespaceContext - Class in org.opengis.cite.geomatics.gml
-
A NamespaceContext that only recognizes the conventional "gml" namespace
prefix.
- GmlUtils.NodeNamespaceContext - Class in org.opengis.cite.geomatics.gml
-
A NamespaceContext that provides the in-scope namespace bindings for a
given DOM Node.