Uses of Class
org.geotools.geometry.GeneralPosition
Packages that use GeneralPosition
Package
Description
Coverage implementation.
Basic geometry concepts to support referencing and coverage use.
-
Uses of GeneralPosition in org.geotools.coverage
Fields in org.geotools.coverage declared as GeneralPositionModifier and TypeFieldDescriptionprotected final GeneralPosition
AbstractCoverage.Renderable.coordinate
A coordinate point where to evaluate the function. -
Uses of GeneralPosition in org.geotools.geometry
Subclasses of GeneralPosition in org.geotools.geometryModifier and TypeClassDescriptionclass
A direct position capable to transform a point between an arbitrary CRS and its own CRS.Methods in org.geotools.geometry that return GeneralPositionMethods in org.geotools.geometry with parameters of type GeneralPositionModifier and TypeMethodDescriptionfinal void
GeneralPosition.setLocation
(GeneralPosition position) Set this coordinate to the specified direct position.Constructors in org.geotools.geometry with parameters of type GeneralPositionModifierConstructorDescriptionGeneralBounds
(GeneralPosition minDP, GeneralPosition maxDP) Constructs a envelope defined by two positions.