Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.codec.sqlserver |
Modifier and Type | Class and Description |
---|---|
class |
EmptyPointSequence
Represents an empty
PointSequence . |
Modifier and Type | Method and Description |
---|---|
PointSequence |
PointSequence.clone() |
static PointSequence |
PointCollectionFactory.create(double[] coordinates,
DimensionalFlag dimensionalFlag,
CrsId crsId)
Creates a
PointSequence from a coordinate array. |
static PointSequence |
PointCollectionFactory.createEmpty()
Creates an empty
PointSequence . |
PointSequence |
LineString.getPoints() |
PointSequence |
Point.getPoints() |
PointSequence |
PointSequenceBuilder.toPointSequence()
Returns the result of this builder.
|
Modifier and Type | Method and Description |
---|---|
LinearRing |
GeometryFactory.createLinearRing(PointSequence points)
Creates a
LinearRing |
LineString |
GeometryFactory.createLineString(PointSequence points)
Creates a
LineString |
Point |
GeometryFactory.createPoint(PointSequence points)
Creates a
Point . |
Polygon |
GeometryFactory.createPolygon(PointSequence points)
Creates a
Polygon without any holes. |
Constructor and Description |
---|
LinearRing(PointSequence points) |
LinearRing(PointSequence points,
GeometryOperations geometryOperations) |
LineSegments(PointSequence pointSequence) |
LineString(PointSequence points)
Constructs a
LineString from the specified PointSequence and coordinate reference system |
LineString(PointSequence points,
GeometryOperations geometryOperations)
Constructs a
LineString from the specified PointSequence , coordinate reference system
and GeometryOperations implementation. |
Point(PointSequence sequence) |
Point(PointSequence sequence,
GeometryOperations geometryOperations) |
Polygon(PointSequence pointSequence)
Creates a
Polygon with no holes, and having the specified PointSequence as exterior boundary |
Polygon(PointSequence pointSequence,
GeometryOperations ops)
Creates a
Polygon with no holes, and having the specified PointSequence as exterior boundary |
Modifier and Type | Method and Description |
---|---|
PointSequence |
CountingPointSequenceBuilder.toPointSequence() |
Copyright © 2015 geolatte.org. All rights reserved.