Uses of Interface
org.geotools.api.geometry.Position
- 
Packages that use Position Package Description org.geotools.api.coverage Coverages (generate a value for any point).org.geotools.api.geometry Root package for geometries.org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage Coverage implementation.org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.io.impl org.geotools.data.vpf.io org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.geometry.jts org.geotools.ows.wms Provides for Web Map Server client access as a Grid Coverage Exchange.org.geotools.referencing Reference systems implementation.org.geotools.referencing.operation.builder A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets.org.geotools.referencing.operation.transform Basic implementations of math transforms.org.geotools.referencing.util 
- 
- 
Uses of Position in org.geotools.api.coverageMethods in org.geotools.api.coverage that return Position Modifier and Type Method Description PositionPointOutsideCoverageException. getOffendingLocation()Returns the direct position which is outside the domain of the coverage.Methods in org.geotools.api.coverage with parameters of type Position Modifier and Type Method Description ObjectCoverage. evaluate(Position point)Return the value vector for a given point in the coverage.boolean[]Coverage. evaluate(Position point, boolean[] destination)Return a sequence of boolean values for a given point in the coverage.byte[]Coverage. evaluate(Position point, byte[] destination)Return a sequence of unsigned byte values for a given point in the coverage.double[]Coverage. evaluate(Position point, double[] destination)Return a sequence of double values for a given point in the coverage.float[]Coverage. evaluate(Position point, float[] destination)Return a sequence of float values for a given point in the coverage.int[]Coverage. evaluate(Position point, int[] destination)Return a sequence of integer values for a given point in the coverage.Set<Record>Coverage. evaluate(Position p, Collection<String> list)Returns a set of records of feature attribute values for the specified direct position.voidPointOutsideCoverageException. setOffendingLocation(Position location)Sets the direct position which is outside the domain of the coverage.
- 
Uses of Position in org.geotools.api.geometryMethods in org.geotools.api.geometry that return Position Modifier and Type Method Description PositionPosition. getDirectPosition()Returns the direct position.PositionBounds. getLowerCorner()A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope.PositionBounds. getUpperCorner()A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope.Methods in org.geotools.api.geometry with parameters of type Position Modifier and Type Method Description booleanBoundingBox. contains(Position location)Returnstrueif the provided location is contained by this bounding box.
- 
Uses of Position in org.geotools.api.referencing.operationMethods in org.geotools.api.referencing.operation that return Position Modifier and Type Method Description PositionMathTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.Methods in org.geotools.api.referencing.operation with parameters of type Position Modifier and Type Method Description MatrixMathTransform. derivative(Position point)Gets the derivative of this transform at a point.PositionMathTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.
- 
Uses of Position in org.geotools.coverageMethods in org.geotools.coverage with parameters of type Position Modifier and Type Method Description boolean[]AbstractCoverage. evaluate(Position coord, boolean[] dest)Returns a sequence of boolean values for a given point in the coverage.byte[]AbstractCoverage. evaluate(Position coord, byte[] dest)Returns a sequence of byte values for a given point in the coverage.double[]AbstractCoverage. evaluate(Position coord, double[] dest)Returns a sequence of double values for a given point in the coverage.float[]AbstractCoverage. evaluate(Position coord, float[] dest)Returns a sequence of float values for a given point in the coverage.int[]AbstractCoverage. evaluate(Position coord, int[] dest)Returns a sequence of integer values for a given point in the coverage.Set<Record>AbstractCoverage. evaluate(Position p, Collection<String> list)Returns a set of records of feature attribute values for the specified direct position.
- 
Uses of Position in org.geotools.coverage.gridMethods in org.geotools.coverage.grid that return Position Modifier and Type Method Description PositionGridGeometry2D. gridToWorld(GridCoordinates2D point)Transforms a point represented by a GridCoordinates2D object from grid to world coordinates.Methods in org.geotools.coverage.grid with parameters of type Position Modifier and Type Method Description ObjectGridCoverage2D. evaluate(Position point)Returns the value vector for a given location (world coordinates).byte[]GridCoverage2D. evaluate(Position coord, byte[] dest)Returns a sequence of byte values for a given location (world coordinates).double[]GridCoverage2D. evaluate(Position coord, double[] dest)Returns a sequence of double values for a given location (world coordinates).float[]GridCoverage2D. evaluate(Position coord, float[] dest)Returns a sequence of float values for a given location (world coordinates).int[]GridCoverage2D. evaluate(Position coord, int[] dest)Returns a sequence of integer values for a given location (world coordinates).protected StringAbstractGridCoverage. formatEvaluateError(Position point, boolean outside)Constructs an error message for a position that can not be evaluated.StringGridCoverage2D. getDebugString(Position coord)Returns a debug string for the specified coordinate.GridCoordinates2DGridGeometry2D. worldToGrid(Position point)Transforms a point represented by a DirectPosition object from world to grid coordinates.
- 
Uses of Position in org.geotools.coverage.io.implMethods in org.geotools.coverage.io.impl with parameters of type Position Modifier and Type Method Description ObjectDefaultGridCoverageResponse. evaluate(Position point)boolean[]DefaultGridCoverageResponse. evaluate(Position point, boolean[] destination)byte[]DefaultGridCoverageResponse. evaluate(Position point, byte[] destination)double[]DefaultGridCoverageResponse. evaluate(Position point, double[] destination)float[]DefaultGridCoverageResponse. evaluate(Position point, float[] destination)int[]DefaultGridCoverageResponse. evaluate(Position point, int[] destination)Set<Record>DefaultGridCoverageResponse. evaluate(Position p, Collection<String> list)
- 
Uses of Position in org.geotools.data.vpf.ioMethods in org.geotools.data.vpf.io that return Position Modifier and Type Method Description protected Position[]VPFInputStream. readCoord2DDouble(int instancesCount)protected Position[]VPFInputStream. readCoord2DFloat(int instancesCount)protected Position[]VPFInputStream. readCoord3DDouble(int instancesCount)protected Position[]VPFInputStream. readCoord3DFloat(int instancesCount)
- 
Uses of Position in org.geotools.geometryClasses in org.geotools.geometry that implement Position Modifier and Type Class Description classAbstractPositionBase class for direct position implementations.classGeneralPositionHolds the coordinates for a position within some coordinate reference system.classPosition1DHolds the coordinates for a one-dimensional position within some coordinate reference system.classPosition2DHolds the coordinates for a two-dimensional position within some coordinate reference system.classPosition3DHolds the coordinates for a three-dimensional position within some coordinate reference system.classTransformedPositionA direct position capable to transform a point between an arbitrary CRS and its own CRS.Methods in org.geotools.geometry that return Position Modifier and Type Method Description PositionAbstractPosition. getDirectPosition()Returns alwaysthis, the direct position for this position.PositionPosition2D. getDirectPosition()Returns alwaysthis, the direct position for this position.PositionPosition3D. getDirectPosition()Returns alwaysthis, the direct position for this position.PositionAbstractBounds. getLowerCorner()A coordinate position consisting of all the minimal ordinates.PositionEnvelope2DArchived. getLowerCorner()A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope.PositionGeneralBounds. getLowerCorner()A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope.PositionGeneralBounds. getMedian()A coordinate position consisting of all the middle ordinates for each dimension for all points within theEnvelope.PositionAbstractBounds. getUpperCorner()A coordinate position consisting of all the maximal ordinates.PositionEnvelope2DArchived. getUpperCorner()A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope.PositionGeneralBounds. getUpperCorner()A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope.PositionTransformedPosition. inverseTransform()Returns a new point with the same coordinates than this one, but transformed in thesourceCRSgiven at construction time.PositionTransformedPosition. inverseTransform(CoordinateReferenceSystem crs)Returns a new point with the same coordinates than this one, but transformed in the given CRS.Methods in org.geotools.geometry with parameters of type Position Modifier and Type Method Description voidGeneralBounds. add(Position position)Adds a position to this bounds.booleanEnvelope2DArchived. contains(Position location)booleanGeneralBounds. contains(Position position)Tests if a specified coordinate is inside the boundary of this envelope.voidGeneralPosition. setLocation(Position position)Set this coordinate to the specified direct position.voidPosition1D. setLocation(Position position)Set this coordinate to the specified direct position.voidPosition2D. setLocation(Position position)Set this coordinate to the specified direct position.voidPosition3D. setLocation(Position position)Set this coordinate to the specified direct position.voidAbstractPosition. setPosition(Position position)Sets this direct position to the given position.voidTransformedPosition. transform(Position position)Transforms a given position and stores the result in this object.Constructors in org.geotools.geometry with parameters of type Position Constructor Description GeneralPosition(Position point)Constructs a position initialized to the same values than the specified point.Position1D(Position point)Constructs a position initialized to the same values than the specified point.Position2D(Position point)Constructs a position initialized to the same values than the specified point.Position3D(Position point)Constructs a position initialized to the same values than the specified point.
- 
Uses of Position in org.geotools.geometry.jtsMethods in org.geotools.geometry.jts that return Position Modifier and Type Method Description PositionReferencedEnvelope. getLowerCorner()A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope.PositionReferencedEnvelope3D. getLowerCorner()A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope.PositionReferencedEnvelope. getUpperCorner()A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope.PositionReferencedEnvelope3D. getUpperCorner()A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope.static PositionJTS. toDirectPosition(Coordinate point, CoordinateReferenceSystem crs)Creates a DirectPosition from the provided point.Methods in org.geotools.geometry.jts with parameters of type Position Modifier and Type Method Description booleanReferencedEnvelope. contains(Position pos)Returnstrueif the provided location is contained by this bounding box.booleanReferencedEnvelope3D. contains(Position pos)Returnstrueif the provided location is contained by this bounding box.protected voidReferencedEnvelope. ensureCompatibleReferenceSystem(Position location)Make sure that the specified location uses the same CRS as this one.voidReferencedEnvelope. expandToInclude(Position pt)Expand to include the provided DirectPositionvoidReferencedEnvelope3D. expandToInclude(Position pt)static PointJTS. toGeometry(Position position)Create a Point from a ISO Geometry DirectPosition.static PointJTS. toGeometry(Position position, GeometryFactory factory)Create a Point from a ISO Geometry DirectPosition.
- 
Uses of Position in org.geotools.ows.wmsMethods in org.geotools.ows.wms that return Position Modifier and Type Method Description PositionCRSEnvelope. getLowerCorner()PositionCRSEnvelope. getUpperCorner()
- 
Uses of Position in org.geotools.referencingMethods in org.geotools.referencing that return Position Modifier and Type Method Description PositionGeodeticCalculator. getDestinationPosition()Returns the destination position in user coordinates, which doesn't need to be geographic.PositionGeodeticCalculator. getStartingPosition()Returns the starting position in user coordinates, which doesn't need to be geographic.PositionCoordinateFormat. parseObject(String source, ParsePosition position)Not yet implemented.Methods in org.geotools.referencing with parameters of type Position Modifier and Type Method Description StringCoordinateFormat. format(Position point)Formats a direct position.StringBufferCoordinateFormat. format(Position point, StringBuffer toAppendTo, FieldPosition position)Formats a direct position and appends the resulting text to a given string buffer.voidGeodeticCalculator. setDestinationPosition(Position position)Set the destination position in user coordinates, which doesn't need to be geographic.voidGeodeticCalculator. setStartingPosition(Position position)Set the starting position in user coordinates, which doesn't need to be geographic.
- 
Uses of Position in org.geotools.referencing.operation.builderMethods in org.geotools.referencing.operation.builder that return Position Modifier and Type Method Description PositionMappedPosition. getSource()Returns the source direct position.Position[]MathTransformBuilder. getSourcePoints()Returns the source points.PositionMappedPosition. getTarget()Returns the target direct position.Position[]MathTransformBuilder. getTargetPoints()Returns the target points.Methods in org.geotools.referencing.operation.builder with parameters of type Position Modifier and Type Method Description voidMappedPosition. setSource(Position point)Set the source direct position to the specified value.voidMathTransformBuilder. setSourcePoints(Position... points)Convenience method setting the source points in mapped positions.voidMappedPosition. setTarget(Position point)Set the target direct position to the specified value.voidMathTransformBuilder. setTargetPoints(Position... points)Convenience method setting the target points in mapped positions.Constructors in org.geotools.referencing.operation.builder with parameters of type Position Constructor Description MappedPosition(Position source, Position target)Creates a mapped position from the specified direct positions.
- 
Uses of Position in org.geotools.referencing.operation.transformMethods in org.geotools.referencing.operation.transform that return Position Modifier and Type Method Description PositionAbstractMathTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionAffineTransform2D. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionConcatenatedTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionIdentityTransform. transform(Position ptSrc, Position ptDst)Copies the values fromptSrctoptDst.PositionMathTransformProxy. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.Methods in org.geotools.referencing.operation.transform with parameters of type Position Modifier and Type Method Description MatrixAbstractMathTransform. derivative(Position point)Gets the derivative of this transform at a point.MatrixAbstractMathTransform.Inverse. derivative(Position point)Gets the derivative of this transform at a point.MatrixAffineTransform2D. derivative(Position point)Gets the derivative of this transform at a point.MatrixConcatenatedTransform. derivative(Position point)Gets the derivative of this transform at a point.MatrixIdentityTransform. derivative(Position point)Gets the derivative of this transform at a point.MatrixLinearTransform1D. derivative(Position point)Gets the derivative of this transform at a point.MatrixMathTransformProxy. derivative(Position point)Gets the derivative of this transform at a point.MatrixPassThroughTransform. derivative(Position point)Gets the derivative of this transform at a point.MatrixProjectiveTransform. derivative(Position point)Gets the derivative of this transform at a point.PositionAbstractMathTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionAffineTransform2D. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionConcatenatedTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionIdentityTransform. transform(Position ptSrc, Position ptDst)Copies the values fromptSrctoptDst.PositionMathTransformProxy. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.
- 
Uses of Position in org.geotools.referencing.utilMethods in org.geotools.referencing.util that return Position Modifier and Type Method Description static PositionCRSUtilities. deltaTransform(MathTransform transform, Position origin, Position source)Transforms the relative distance vector specified bysourceand stores the result indest.Methods in org.geotools.referencing.util with parameters of type Position Modifier and Type Method Description static PositionCRSUtilities. deltaTransform(MathTransform transform, Position origin, Position source)Transforms the relative distance vector specified bysourceand stores the result indest.
 
-