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

Packages that use PointArray
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
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.geotools.geometry
 

Methods in org.geotools.geometry that return PointArray
 PointArray GeometryBuilder.createPointArray()
           
 PointArray GeometryBuilder.createPointArray(double[] array)
           
 PointArray GeometryBuilder.createPointArray(double[] array, int start, int end)
           
 PointArray GeometryBuilder.createPositionList(float[] array, int start, int end)
           
 

Methods in org.geotools.geometry with parameters of type PointArray
 Curve GeometryBuilder.createCurve(PointArray points)
           
 LineString GeometryBuilder.createLineString(PointArray points)
           
 SurfaceBoundary GeometryBuilder.createSurfaceBoundary(PointArray points)
           
 

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 SplineCurve.getControlPoints()
          An array of points that are used in the interpolation in this spline curve.
 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 ArcString.getControlPoints()
          Returns the sequence of points used to control the arcs in this string.
 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 © 1996-2014 Geotools. All Rights Reserved.