Uses of Class
org.geotools.geometry.iso.coordinate.DirectPositionImpl

Packages that use DirectPositionImpl
org.geotools.geometry.iso.complex An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.primitive An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.topograph2D.util An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.util.algorithm2D An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.util.algorithmND An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of DirectPositionImpl in org.geotools.geometry.iso.complex
 

Methods in org.geotools.geometry.iso.complex with parameters of type DirectPositionImpl
 int CompositeSolidImpl.dimension(DirectPositionImpl point)
          The method dimension returns the inherent dimension of this Object, which is less than or equal to the coordinate dimension.
 int CompositeCurveImpl.getDimension(DirectPositionImpl point)
          The method dimension returns the inherent dimension of this Object, which is less than or equal to the coordinate dimension.
 

Uses of DirectPositionImpl in org.geotools.geometry.iso.coordinate
 

Methods in org.geotools.geometry.iso.coordinate that return DirectPositionImpl
 DirectPositionImpl DirectPositionImpl.clone()
           
 DirectPositionImpl EnvelopeImpl.getNWCorner()
           
 DirectPositionImpl EnvelopeImpl.getNWCornerOld()
          The North West corner of this Envelope 2D and 2.5D only! In 2.5D, the z value will be set equal to the z value of the lower corner z value.
static DirectPositionImpl LineSegmentImpl.linearInterpolate(org.opengis.geometry.DirectPosition p0, org.opengis.geometry.DirectPosition p1, double par)
          Executes a linear Interpolation between two positions and returns the DirectPosition at the distance 'par' on this straight line This method is NON-ROBUST, e.g.
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type DirectPositionImpl
 void DirectPositionImpl.add(DirectPositionImpl otherDP)
          Adds the ordinates of another direct position to the ordinates of this direct position.
 void PositionImpl.setDirectPosition(DirectPositionImpl position)
           
 

Uses of DirectPositionImpl in org.geotools.geometry.iso.primitive
 

Methods in org.geotools.geometry.iso.primitive that return DirectPositionImpl
 DirectPositionImpl OrientableCurveProxy.constrParam(double cp)
           
 DirectPositionImpl CurveProxy.constrParam(double cp)
           
 DirectPositionImpl CurveProxy.forParam(double distance)
           
 DirectPositionImpl PointImpl.getDirectPosition()
           
 DirectPositionImpl PointImpl.getPosition()
          Deprecated. 
 DirectPositionImpl OrientableCurveProxy.param(double distance)
           
 

Methods in org.geotools.geometry.iso.primitive with parameters of type DirectPositionImpl
 PointImpl PrimitiveFactoryImpl.createPoint(DirectPositionImpl dp)
          Creates a Point by copying the coordinates of a given DirectPosition
 int SolidImpl.dimension(DirectPositionImpl point)
          The method dimension returns the inherent dimension of this Object, which is less than or equal to the coordinate dimension.
 java.lang.Object[] OrientableCurveProxy.paramForPoint(DirectPositionImpl p)
           
 

Constructors in org.geotools.geometry.iso.primitive with parameters of type DirectPositionImpl
PointImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, DirectPositionImpl dp)
          The constructor PointImpl creates a Point at a given position, backed by the DirectPosition PointImpl::PointImpl(position : DirectPositionImpl) : PointImpl
 

Uses of DirectPositionImpl in org.geotools.geometry.iso.topograph2D.util
 

Methods in org.geotools.geometry.iso.topograph2D.util that return types with arguments of type DirectPositionImpl
static java.util.List<DirectPositionImpl> CoordinateArrays.toDirectPositionList(org.opengis.referencing.crs.CoordinateReferenceSystem crs, Coordinate[] coordArray)
          Converts a Coordinate array into a list of DirectPositions
 

Uses of DirectPositionImpl in org.geotools.geometry.iso.util.algorithm2D
 

Methods in org.geotools.geometry.iso.util.algorithm2D that return DirectPositionImpl
 DirectPositionImpl CentroidArea2D.getCentroid()
           
 

Uses of DirectPositionImpl in org.geotools.geometry.iso.util.algorithmND
 

Methods in org.geotools.geometry.iso.util.algorithmND that return DirectPositionImpl
 DirectPositionImpl CentroidLine.getCentroid()
          Returns the centroid for the added curves
 DirectPositionImpl CentroidPoint.getCentroid()
          Returns the centroid of the added points
 



Copyright © 1996-2010 Geotools. All Rights Reserved.