public class LineStringDouble extends AbstractLineString
| Constructor and Description |
|---|
LineStringDouble(int axisCount) |
LineStringDouble(int axisCount,
Collection<Point> points) |
LineStringDouble(int axisCount,
double... coordinates) |
LineStringDouble(int size,
int axisCount) |
LineStringDouble(int axisCount,
int vertexCount,
double... coordinates) |
LineStringDouble(int axisCount,
LineString points) |
LineStringDouble(int axisCount,
List<? extends Number> coordinates) |
LineStringDouble(int axisCount,
Point... points) |
LineStringDouble(LineString coordinatesList) |
LineStringDouble(Point... coordinates) |
| Modifier and Type | Method and Description |
|---|---|
LineStringDouble |
clone()
Creates and returns a full copy of this
LineString object. |
int |
getAxisCount() |
double |
getCoordinate(int index,
int axisIndex) |
double[] |
getCoordinates() |
GeometryFactory |
getGeometryFactory()
Gets the geometryFactory which contains the context in which this geometry was created.
|
int |
getVertexCount()
Returns the count of this
Geometrys vertices. |
boolean |
isEmpty()
Tests whether the set of points covered by this
Geometry is
empty. |
appendVertex, compareToSameClass, computeBoundingBox, convertCoordinates, copy, deleteVertex, deleteVertex, distance, doEquals, equals, equalsExact, equalsVertex, equalsVertex, equalsVertex, equalsVertex, equalsVertex, getBoundary, getBoundaryDimension, getCoordinatesList, getDataType, getDimension, getEndPoint, getLength, getM, getMinVertexCount, getPoint, getPoint, getPointWithin, getSegment, getSegmentCount, getStartPoint, getToVertex, getVertex, getX, getY, getZ, hasVertex, insertVertex, intersects, isClockwise, isClosed, isCounterClockwise, isEquivalentClass, isRing, merge, merge, move, moveCoordinates, moveVertex, moveVertex, normalize, orientationIndex, points, prepare, reverse, segments, split, subLine, subLine, subLine, subLine, toClockwise, toCounterClockwise, verticesbuffer, buffer, buffer, checkNotGeometryCollection, compare, compareTo, contains, containsProperly, convert, convert, convexHull, coveredBy, covers, createVertexId, crosses, difference, disjoint, distance, envelopeCovers, envelopesIntersect, equal, equals, equals, equals, equalsExact, equalsNorm, equalsTopo, geometries, getArea, getBoundingBox, getCentroid, getClassSortIndex, getCoordinateSystem, getEnvelope, getGeometries, getGeometries, getGeometry, getGeometryComponents, getGeometryCount, getGeometryType, getInteriorPoint, getNonZeroGeometryFactory, getSrid, getUserData, getVertexIndex, hashCode, hasInvalidXyCoordinates, hasNonEmptyElements, hasNullElements, intersection, intersects, isAnyTargetComponentInTest, isGeometryCollection, isRectangle, isSimple, isValid, isWithinDistance, overlaps, relate, relate, setUserData, setVertexIndex, symDifference, toString, touches, toWkt, union, union, withinfinalize, getClass, notify, notifyAll, wait, wait, waitbuffer, buffer, buffer, compareTo, contains, containsProperly, convert, convert, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equal, equals, equals, equals, equalsExact, equalsNorm, equalsTopo, geometries, getArea, getBoundingBox, getCentroid, getClassSortIndex, getCoordinateSystem, getEnvelope, getGeometries, getGeometries, getGeometry, getGeometryComponents, getGeometryCount, getGeometryType, getInteriorPoint, getSrid, getUserData, hashCode, hasInvalidXyCoordinates, intersection, intersects, isRectangle, isSimple, isValid, isWithinDistance, overlaps, relate, relate, setUserData, symDifference, touches, toWkt, union, union, withinpublic LineStringDouble(int axisCount)
public LineStringDouble(int axisCount,
Collection<Point> points)
public LineStringDouble(int axisCount,
double... coordinates)
public LineStringDouble(int size,
int axisCount)
public LineStringDouble(int axisCount,
int vertexCount,
double... coordinates)
public LineStringDouble(int axisCount,
LineString points)
public LineStringDouble(int axisCount,
Point... points)
public LineStringDouble(LineString coordinatesList)
public LineStringDouble(Point... coordinates)
public LineStringDouble clone()
AbstractLineStringLineString object.
(including all coordinates contained by it).clone in interface Geometryclone in interface LineStringclone in class AbstractLineStringpublic int getAxisCount()
getAxisCount in interface GeometrygetAxisCount in class AbstractGeometrypublic double getCoordinate(int index,
int axisIndex)
public double[] getCoordinates()
getCoordinates in interface LineStringgetCoordinates in class AbstractLineStringpublic GeometryFactory getGeometryFactory()
GeometrygetGeometryFactory in interface GeometrygetGeometryFactory in class AbstractGeometrypublic int getVertexCount()
GeometryGeometrys vertices. The Geometry
s contained by composite Geometrys must be
Geometry's; that is, they must implement getNumPointsGeometrypublic boolean isEmpty()
AbstractGeometryGeometry is
empty.isEmpty in interface GeometryisEmpty in class AbstractGeometrytrue if this Geometry does not cover any pointsCopyright © 2015 Revolution Systems Inc.. All rights reserved.