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

Packages that use PointArrayImpl
org.geotools.geometry.iso An implementation of GeoAPI Geometry interfaces from ISO 19107. 
org.geotools.geometry.iso.coordinate An implementation of GeoAPI Geometry interfaces from ISO 19107. 
 

Uses of PointArrayImpl in org.geotools.geometry.iso
 

Methods in org.geotools.geometry.iso that return PointArrayImpl
 PointArrayImpl PositionFactoryImpl.createPointArray()
           
 

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

Methods in org.geotools.geometry.iso.coordinate that return PointArrayImpl
 PointArrayImpl GeometryFactoryImpl.createPointArray(java.util.List<org.opengis.geometry.coordinate.Position> positions)
          Creates a new PointArray
 

Methods in org.geotools.geometry.iso.coordinate with parameters of type PointArrayImpl
 LineStringImpl GeometryFactoryImpl.createLineString(PointArrayImpl pointArray, double startPar)
           
 

Constructors in org.geotools.geometry.iso.coordinate with parameters of type PointArrayImpl
LineSegmentImpl(PointArrayImpl pointArray, double startPar)
          The constructor of a LineSegment takes two positions and creates the appropriate line segment joining them.
LineStringImpl(PointArrayImpl pointArray, double startPar)
          Constructor by a PointArray and a StartParam
PointArrayImpl.LineSegmentsSequence(PointArrayImpl pointArray, CurveImpl aParentCurve)
          Create a Line Segment sequence by a pointarray and a parent curve
PointGridImpl(PointArrayImpl pointArray)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.