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.coverageFields in org.geotools.coverage declared as GeneralPosition Modifier and Type Field Description protected GeneralPositionAbstractCoverage.Renderable. coordinateA coordinate point where to evaluate the function.
- 
Uses of GeneralPosition in org.geotools.geometrySubclasses of GeneralPosition in org.geotools.geometry Modifier and Type Class Description classTransformedPositionA 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 GeneralPositionGeneralPosition. clone()Returns a deep copy of this position.Methods in org.geotools.geometry with parameters of type GeneralPosition Modifier and Type Method Description voidGeneralPosition. 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.
 
-