Uses of Class
org.geotools.geometry.iso.primitive.PointImpl

Packages that use PointImpl
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. 
 

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

Constructors in org.geotools.geometry.iso.complex with parameters of type PointImpl
CompositePointImpl(org.opengis.referencing.crs.CoordinateReferenceSystem crs, PointImpl generator)
          The association role Composition::generator associates this Composite Point to the single primitive in this complex.
CompositePointImpl(PointImpl generator)
           
 

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

Methods in org.geotools.geometry.iso.coordinate that return PointImpl
 PointImpl PositionImpl.getPoint()
          Returns a Point or null
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type PointImpl
PositionImpl(PointImpl pointRef)
          Creates a new Position instance.
 

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

Methods in org.geotools.geometry.iso.primitive that return PointImpl
 PointImpl PointImpl.clone()
           
 PointImpl PrimitiveFactoryImpl.createPoint(DirectPositionImpl dp)
          Creates a Point by copying the coordinates of a given DirectPosition
 PointImpl PrimitiveFactoryImpl.createPoint(double[] coord)
           
 PointImpl PrimitiveFactoryImpl.createPoint(org.opengis.geometry.coordinate.Position position)
           
 PointImpl CurveBoundaryImpl.getEndPoint()
           
 PointImpl CurveBoundaryImpl.getStartPoint()
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.