Uses of Interface
org.opengis.geometry.coordinate.Position
Packages that use Position
Package
Description
Basic geometric objects (envelopes and direct positions).
Helper classes for creating Math Transforms from a set of points.
-
Uses of Position in org.apache.sis.geometry
Classes in org.apache.sis.geometry that implement PositionModifier and TypeClassDescriptionclassDefault implementations of someDirectPositionmethods, leaving the data storage to subclasses.classA one-dimensional position within some coordinate reference system.classA two-dimensional position on top of Java2D point.classA mutableDirectPosition(the coordinates of a position) of arbitrary dimension.final classAn immutableDirectPosition(the coordinates of a position) of arbitrary dimension. -
Uses of Position in org.apache.sis.referencing.operation.builder
Method parameters in org.apache.sis.referencing.operation.builder with type arguments of type PositionModifier and TypeMethodDescriptionvoidLinearTransformBuilder.setControlPoints(Map<? extends Position, ? extends Position> sourceToTarget) Sets all control point (source, target) pairs, overwriting any previous setting.voidLinearTransformBuilder.setControlPoints(Map<? extends Position, ? extends Position> sourceToTarget) Sets all control point (source, target) pairs, overwriting any previous setting. -
Uses of Position in org.opengis.geometry
Subinterfaces of Position in org.opengis.geometryModifier and TypeInterfaceDescriptioninterfaceHolds the coordinates for a position within some coordinate reference system.