Uses of Interface
org.opengis.geometry.coordinate.PointArray

Packages that use PointArray
org.opengis.geometry Root package for geometries
org.opengis.geometry.coordinate Set of geometric objects. 
org.opengis.geometry.primitive Set of geometric objects that are not decomposed further into other primitives
 

Uses of PointArray in org.opengis.geometry
 

Methods in org.opengis.geometry that return PointArray
 PointArray PositionFactory.createPointArray()
          Creates a (possibiliy optimized) list for positions.
 PointArray PositionFactory.createPointArray(double[] coordinates, int start, int length)
          Creates a list for positions initialised from the specified values.
 PointArray PositionFactory.createPointArray(float[] coordinates, int start, int length)
          Creates a list for positions initialized from the specified values.
 

Uses of PointArray in org.opengis.geometry.coordinate
 

Methods in org.opengis.geometry.coordinate that return PointArray
 PointArray ArcString.getControlPoints()
          Returns the sequence of points used to control the arcs in this string.
 PointArray GeodesicString.getControlPoints()
          Returns a sequence of positions between which this GeodesicString is interpolated using geodesics from the geoid or ellipsoid of the coordinate reference system being used.
 PointArray SplineCurve.getControlPoints()
          An array of points that are used in the interpolation in this spline curve.
 PointArray LineString.getControlPoints()
          Returns a sequence of positions between which the curve is linearly interpolated.
 PointArray PointGrid.getRow(int row)
          Returns the row at the given index.
 

Methods in org.opengis.geometry.coordinate that return types with arguments of type PointArray
 List<PointArray> PointGrid.rows()
          Returns a view of all rows in this array.
 

Methods in org.opengis.geometry.coordinate with parameters of type PointArray
 BSplineCurve GeometryFactory.createBSplineCurve(int degree, PointArray points, List<Knot> knots, KnotType knotSpec)
          Constructs a B-spline curve.
 

Method parameters in org.opengis.geometry.coordinate with type arguments of type PointArray
 BSplineSurface GeometryFactory.createBSplineSurface(List<PointArray> points, int[] degree, List<Knot>[] knots, KnotType knotSpec)
          Constructs a B-spline surface.
 

Uses of PointArray in org.opengis.geometry.primitive
 

Methods in org.opengis.geometry.primitive that return PointArray
 PointArray CurveSegment.getSamplePoints()
          Returns an ordered array of point values that lie on the curve segment.
 



Copyright © 1994-2008 Open Geospatial Consortium. All Rights Reserved.