Uses of Class
org.apache.sis.geometry.AbstractDirectPosition
Packages that use AbstractDirectPosition
Package
Description
Basic geometric objects (envelopes and direct positions).
A set of helper classes for the SIS implementation.
-
Uses of AbstractDirectPosition in org.apache.sis.geometry
Subclasses of AbstractDirectPosition in org.apache.sis.geometryModifier and TypeClassDescriptionprivate final class
The corner returned byAbstractEnvelope.getLowerCorner()
.private final class
The point returned byAbstractEnvelope.getMedian()
.private class
Base class for unmodifiable direct positions backed by the enclosing envelope.private final class
The corner returned byAbstractEnvelope.getUpperCorner()
.class
A one-dimensional position within some coordinate reference system.class
A mutableDirectPosition
(the coordinates of a position) of arbitrary dimension.Methods in org.apache.sis.geometry that return AbstractDirectPositionModifier and TypeMethodDescriptionstatic AbstractDirectPosition
AbstractDirectPosition.castOrCopy
(org.opengis.geometry.DirectPosition position) Returns the given position as anAbstractDirectPosition
instance. -
Uses of AbstractDirectPosition in org.apache.sis.internal.referencing
Subclasses of AbstractDirectPosition in org.apache.sis.internal.referencingModifier and TypeClassDescriptionclass
A read-only direct position wrapping an array without performing any copy.static final class
The double-precision version ofDirectPositionView
.static final class
The single-precision version ofDirectPositionView
.final class
A direct position capable to transform another position from its arbitrary CRS to the CRS of this position.