|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Points in org.deegree.geometry |
---|
Methods in org.deegree.geometry that return Points | |
---|---|
Points |
SimpleGeometryFactory.createPoints(List<Point> points)
Creates a Points object from the given list of Point instances. |
Points |
GeometryInspector.inspect(Points points)
Invokes the inspection of the given Points . |
protected Points |
SimpleGeometryFactory.inspect(Points points)
|
Methods in org.deegree.geometry with parameters of type Points | |
---|---|
ArcString |
GeometryFactory.createArcString(Points points)
Creates an ArcString curve segment. |
ArcStringByBulge |
GeometryFactory.createArcStringByBulge(Points points,
double[] bulges,
Points normals)
Creates an ArcStringByBulge curve segment. |
Bezier |
GeometryFactory.createBezier(Points points,
int degree,
Knot knot1,
Knot knot2)
Creates a Bezier curve segment. |
BSpline |
GeometryFactory.createBSpline(Points points,
int degree,
List<Knot> knots,
boolean isPolynomial)
Creates a BSpline curve segment. |
CubicSpline |
GeometryFactory.createCubicSpline(Points points,
Point vectorAtStart,
Point vectorAtEnd)
Creates a Clothoid curve segment. |
GeodesicString |
GeometryFactory.createGeodesicString(Points points)
Creates a GeodesicString curve segment. |
LinearRing |
GeometryFactory.createLinearRing(String id,
CRS crs,
Points points)
Creates a simple LinearRing from a list of passed Point s. |
LineString |
SimpleGeometryFactory.createLineString(String id,
CRS crs,
Points points)
Creates a LineString geometry. |
LineStringSegment |
GeometryFactory.createLineStringSegment(Points points)
Creates a LineStringSegment curve segment. |
Tin |
GeometryFactory.createTin(String id,
CRS crs,
List<List<LineStringSegment>> stopLines,
List<List<LineStringSegment>> breakLines,
Length maxLength,
Points controlPoints,
List<Triangle> patches)
Creates a Tin . |
Points |
GeometryInspector.inspect(Points points)
Invokes the inspection of the given Points . |
protected Points |
SimpleGeometryFactory.inspect(Points points)
|
Method parameters in org.deegree.geometry with type arguments of type Points | |
---|---|
Cone |
GeometryFactory.createCone(List<Points> grid)
Creates a Cone surface patch. |
Cylinder |
GeometryFactory.createCylinder(List<Points> grid)
Creates a Cylinder surface patch. |
GriddedSurfacePatch |
GeometryFactory.createGriddedSurfacePatch(List<Points> grid)
Creates a GriddedSurfacePatch from the given list of points, each element denotes a row in the grid. |
Sphere |
GeometryFactory.createSphere(List<Points> grid)
Creates a Sphere surface patch. |
Uses of Points in org.deegree.geometry.primitive |
---|
Methods in org.deegree.geometry.primitive that return Points | |
---|---|
Points |
Tin.getControlPoints()
Returns the control points (vertices) of the triangles. |
Points |
Curve.getControlPoints()
Convenience method for accessing the control points of linear interpolated curves. |
Points |
Surface.getExteriorRingCoordinates()
Convenience method for accessing the control points of the exterior ring of a simple polygon surface. |
Methods in org.deegree.geometry.primitive that return types with arguments of type Points | |
---|---|
List<Points> |
Surface.getInteriorRingsCoordinates()
Convenience method for accessing the control points of the interior rings of a simple polygon surface. |
Uses of Points in org.deegree.geometry.primitive.patches |
---|
Methods in org.deegree.geometry.primitive.patches that return Points | |
---|---|
Points |
GriddedSurfacePatch.getRow(int rownum)
Returns the specified row of the parameter grid. |
Methods in org.deegree.geometry.primitive.patches that return types with arguments of type Points | |
---|---|
List<Points> |
GriddedSurfacePatch.getRows()
Returns all rows of the parameter grid. |
Uses of Points in org.deegree.geometry.primitive.segments |
---|
Methods in org.deegree.geometry.primitive.segments that return Points | |
---|---|
Points |
LineStringSegment.getControlPoints()
Returns the control points of the string. |
Points |
CubicSpline.getControlPoints()
Returns the control points of the spline. |
Points |
ArcString.getControlPoints()
Returns the control points of the interpolation. |
Points |
ArcStringByBulge.getControlPoints()
Returns the control points of the segment. |
Points |
BSpline.getControlPoints()
Returns the control points of the segment. |
Points |
GeodesicString.getControlPoints()
Returns the control points of the string. |
Points |
ArcStringByBulge.getNormals()
Returns the normal vectors that define the arc string. |
Uses of Points in org.deegree.geometry.standard.composite |
---|
Methods in org.deegree.geometry.standard.composite that return Points | |
---|---|
Points |
DefaultCompositeCurve.getControlPoints()
|
Points |
DefaultCompositeSurface.getExteriorRingCoordinates()
|
Methods in org.deegree.geometry.standard.composite that return types with arguments of type Points | |
---|---|
List<Points> |
DefaultCompositeSurface.getInteriorRingsCoordinates()
|
Uses of Points in org.deegree.geometry.standard.curvesegments |
---|
Fields in org.deegree.geometry.standard.curvesegments declared as Points | |
---|---|
protected Points |
DefaultArcString.controlPoints
|
protected Points |
DefaultArc.points
|
Methods in org.deegree.geometry.standard.curvesegments that return Points | |
---|---|
Points |
DefaultArc.getControlPoints()
|
Points |
DefaultArcStringByBulge.getControlPoints()
|
Points |
DefaultArcByBulge.getControlPoints()
|
Points |
DefaultBSpline.getControlPoints()
|
Points |
DefaultCubicSpline.getControlPoints()
|
Points |
DefaultBezier.getControlPoints()
|
Points |
DefaultLineStringSegment.getControlPoints()
|
Points |
DefaultGeodesic.getControlPoints()
|
Points |
DefaultGeodesicString.getControlPoints()
|
Points |
DefaultArcString.getControlPoints()
|
Points |
DefaultArcStringByBulge.getNormals()
|
Points |
DefaultArcByBulge.getNormals()
|
Points |
AffinePlacement.getRefDirections()
Returns the target directions for the coordinate basis vectors of the parameter space. |
Constructors in org.deegree.geometry.standard.curvesegments with parameters of type Points | |
---|---|
AffinePlacement(Point location,
Points refDirections,
int inDimension,
int outDimension)
Creates a new AffinePlacement from the given parameters. |
|
DefaultArcString(Points controlPoints)
Creates a new DefaultArcString instance from the given parameters. |
|
DefaultArcStringByBulge(Points controlPoints,
double[] bulges,
Points normals)
|
|
DefaultBezier(Points controlPoints,
int polynomialDegree,
Knot knot1,
Knot knot2)
Creates a new DefaultBezier instance from the given parameters. |
|
DefaultBSpline(Points controlPoints,
int polynomialDegree,
List<Knot> knots,
boolean isPolynomial)
Creates a new DefaultBSpline instance from the given parameters. |
|
DefaultCubicSpline(Points points,
Point vectorAtStart,
Point vectorAtEnd)
Creates a new DefaultCubicSpline instance from the given parameters. |
|
DefaultGeodesicString(Points points)
Creates a new DefaultGeodesicString instance from the given parameters. |
|
DefaultLineStringSegment(Points points)
Creates a new DefaultLineStringSegment instance from the given parameters. |
Uses of Points in org.deegree.geometry.standard.points |
---|
Classes in org.deegree.geometry.standard.points that implement Points | |
---|---|
class |
JTSPoints
Points implementation based on a JTS coordinate sequence. |
class |
PackedPoints
Points implementation based on a coordinate array. |
class |
PointsArray
Array -based Points implementation that allows to hold identifiable Point objects (with
id or even references to local or remote Point instances}. |
class |
PointsList
List -based Points implementation that allows to hold identifiable Point objects (with id
or even references to local or remote Point instances}. |
class |
PointsPoints
Points implementation that aggregates the members from a sequence of Points objects. |
class |
PointsSubsequence
Points implementation that aggregates the members from a sequence of Points objects. |
Constructors in org.deegree.geometry.standard.points with parameters of type Points | |
---|---|
PointsSubsequence(Points points,
int startIdx)
Creates a new PointsSubsequence instance from the given list of Points . |
Constructor parameters in org.deegree.geometry.standard.points with type arguments of type Points | |
---|---|
PointsPoints(List<Points> pointsList)
Creates a new PointsPoints instance from the given list of Points . |
Uses of Points in org.deegree.geometry.standard.primitive |
---|
Methods in org.deegree.geometry.standard.primitive that return Points | |
---|---|
Points |
DefaultLinearRing.getControlPoints()
|
Points |
DefaultOrientableCurve.getControlPoints()
|
Points |
DefaultLineString.getControlPoints()
|
Points |
DefaultRing.getControlPoints()
|
Points |
DefaultCurve.getControlPoints()
|
Points |
DefaultTin.getControlPoints()
|
Points |
DefaultSurface.getExteriorRingCoordinates()
|
Points |
DefaultOrientableSurface.getExteriorRingCoordinates()
|
Points |
DefaultTriangulatedSurface.getExteriorRingCoordinates()
|
Points |
DefaultTin.getExteriorRingCoordinates()
|
Points |
DefaultPolyhedralSurface.getExteriorRingCoordinates()
|
Methods in org.deegree.geometry.standard.primitive that return types with arguments of type Points | |
---|---|
List<Points> |
DefaultSurface.getInteriorRingsCoordinates()
|
List<Points> |
DefaultOrientableSurface.getInteriorRingsCoordinates()
|
List<Points> |
DefaultTriangulatedSurface.getInteriorRingsCoordinates()
|
List<Points> |
DefaultTin.getInteriorRingsCoordinates()
|
List<Points> |
DefaultPolyhedralSurface.getInteriorRingsCoordinates()
|
Constructors in org.deegree.geometry.standard.primitive with parameters of type Points | |
---|---|
DefaultLinearRing(String id,
CRS crs,
PrecisionModel pm,
Points controlPoints)
Creates a new DefaultLinearRing instance from the given parameters. |
|
DefaultLineString(String id,
CRS crs,
PrecisionModel pm,
Points controlPoints)
|
|
DefaultTin(String id,
CRS crs,
PrecisionModel pm,
List<List<LineStringSegment>> stopLines,
List<List<LineStringSegment>> breakLines,
Length maxLength,
Points controlPoints,
List<Triangle> patches)
Creates a new DefaultTin instance from the given parameters. |
Uses of Points in org.deegree.geometry.standard.surfacepatches |
---|
Methods in org.deegree.geometry.standard.surfacepatches that return Points | |
---|---|
Points |
DefaultCone.getRow(int rownum)
|
Points |
DefaultCylinder.getRow(int rownum)
|
Points |
DefaultSphere.getRow(int rownum)
|
Points |
DefaultGriddedSurfacePatch.getRow(int rownum)
|
Methods in org.deegree.geometry.standard.surfacepatches that return types with arguments of type Points | |
---|---|
List<Points> |
DefaultCone.getRows()
|
List<Points> |
DefaultCylinder.getRows()
|
List<Points> |
DefaultSphere.getRows()
|
List<Points> |
DefaultGriddedSurfacePatch.getRows()
|
Constructor parameters in org.deegree.geometry.standard.surfacepatches with type arguments of type Points | |
---|---|
DefaultCone(List<Points> grid)
|
|
DefaultCone(List<Points> grid,
int rows,
int columns)
|
|
DefaultCylinder(List<Points> grid)
|
|
DefaultCylinder(List<Points> grid,
int rows,
int columns)
|
|
DefaultGriddedSurfacePatch(List<Points> grid)
|
|
DefaultGriddedSurfacePatch(List<Points> grid,
int rows,
int columns)
|
|
DefaultSphere(List<Points> grid)
|
|
DefaultSphere(List<Points> grid,
int rows,
int columns)
|
Uses of Points in org.deegree.gml.geometry |
---|
Methods in org.deegree.gml.geometry that return Points | |
---|---|
(package private) Points |
GML3CurveSegmentReader.parseControlPoints(XMLStreamReaderWrapper xmlStream,
CRS crs)
Parses the control points of a curve segment element. |
Uses of Points in org.deegree.gml.geometry.refs |
---|
Methods in org.deegree.gml.geometry.refs that return Points | |
---|---|
Points |
CurveReference.getControlPoints()
|
Points |
SurfaceReference.getExteriorRingCoordinates()
|
Methods in org.deegree.gml.geometry.refs that return types with arguments of type Points | |
---|---|
List<Points> |
SurfaceReference.getInteriorRingsCoordinates()
|
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV NEXT | FRAMES NO FRAMES |