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 classThe corner returned byAbstractEnvelope.getLowerCorner().private final classThe point returned byAbstractEnvelope.getMedian().private classBase class for unmodifiable direct positions backed by the enclosing envelope.private final classThe corner returned byAbstractEnvelope.getUpperCorner().classA one-dimensional position within some coordinate reference system.classA mutableDirectPosition(the coordinates of a position) of arbitrary dimension.Methods in org.apache.sis.geometry that return AbstractDirectPositionModifier and TypeMethodDescriptionstatic AbstractDirectPositionAbstractDirectPosition.castOrCopy(org.opengis.geometry.DirectPosition position) Returns the given position as anAbstractDirectPositioninstance. -
Uses of AbstractDirectPosition in org.apache.sis.internal.referencing
Subclasses of AbstractDirectPosition in org.apache.sis.internal.referencingModifier and TypeClassDescriptionclassA read-only direct position wrapping an array without performing any copy.static final classThe double-precision version ofDirectPositionView.static final classThe single-precision version ofDirectPositionView.final classA direct position capable to transform another position from its arbitrary CRS to the CRS of this position.