Uses of Class
org.geotools.geometry.GeneralPosition
-
Packages that use GeneralPosition Package Description org.geotools.coverage Coverage implementation.org.geotools.geometry Basic geometry concepts to support referencing and coverage use. -
-
Uses of GeneralPosition in org.geotools.coverage
Fields in org.geotools.coverage declared as GeneralPosition Modifier and Type Field Description protected 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.geometry Modifier and Type Class Description class
TransformedPosition
A direct position capable to transform a point between an arbitrary CRS and its own CRS.Methods in org.geotools.geometry that return GeneralPosition Modifier and Type Method Description GeneralPosition
GeneralPosition. clone()
Returns a deep copy of this position.Methods in org.geotools.geometry with parameters of type GeneralPosition Modifier and Type Method Description void
GeneralPosition. setLocation(GeneralPosition position)
Set this coordinate to the specified direct position.Constructors in org.geotools.geometry with parameters of type GeneralPosition Constructor Description GeneralBounds(GeneralPosition minDP, GeneralPosition maxDP)
Constructs a envelope defined by two positions.
-