@Deprecated public class EmptyGeometry extends Geometry
| Constructor and Description |
|---|
EmptyGeometry()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(CoordinateFilter filter)
Deprecated.
|
void |
apply(CoordinateSequenceFilter filter)
Deprecated.
|
void |
apply(GeometryComponentFilter filter)
Deprecated.
|
void |
apply(GeometryFilter filter)
Deprecated.
|
protected int |
compareToSameClass(Object o)
Deprecated.
|
protected int |
compareToSameClass(Object o,
CoordinateSequenceComparator comp)
Deprecated.
|
protected Envelope |
computeEnvelopeInternal()
Deprecated.
|
Geometry |
copy()
Deprecated.
|
protected Geometry |
copyInternal()
Deprecated.
|
boolean |
equalsExact(Geometry other,
double tolerance)
Deprecated.
|
Geometry |
getBoundary()
Deprecated.
|
int |
getBoundaryDimension()
Deprecated.
|
Coordinate |
getCoordinate()
Deprecated.
|
Coordinate[] |
getCoordinates()
Deprecated.
|
int |
getDimension()
Deprecated.
|
String |
getGeometryType()
Deprecated.
|
int |
getNumPoints()
Deprecated.
|
protected int |
getSortIndex()
Deprecated.
|
boolean |
isEmpty()
Deprecated.
|
void |
normalize()
Deprecated.
|
Geometry |
reverse()
Deprecated.
|
String |
toString()
Deprecated.
|
buffer, buffer, buffer, checkNotGeometryCollection, clone, compare, compareTo, compareTo, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, distance, equal, equals, equals, equalsExact, equalsNorm, equalsTopo, geometryChanged, geometryChangedAction, getArea, getCentroid, getEnvelope, getEnvelopeInternal, getFactory, getGeometryN, getInteriorPoint, getLength, getNumGeometries, getPrecisionModel, getSRID, getUserData, hashCode, hasNonEmptyElements, hasNullElements, intersection, intersects, isEquivalentClass, isGeometryCollection, isRectangle, isSimple, isValid, isWithinDistance, norm, overlaps, relate, relate, setSRID, setUserData, symDifference, toText, touches, union, union, withinpublic String getGeometryType()
getGeometryType in class Geometrypublic Coordinate getCoordinate()
getCoordinate in class Geometrypublic Coordinate[] getCoordinates()
getCoordinates in class Geometrypublic int getNumPoints()
getNumPoints in class Geometrypublic boolean isEmpty()
isEmpty in class Geometrypublic int getDimension()
getDimension in class Geometrypublic Geometry getBoundary()
getBoundary in class Geometrypublic int getBoundaryDimension()
getBoundaryDimension in class Geometrypublic Geometry reverse()
reverse in class Geometrypublic boolean equalsExact(Geometry other,
double tolerance)
equalsExact in class Geometrypublic void apply(CoordinateFilter filter)
apply in class Geometrypublic void apply(CoordinateSequenceFilter filter)
apply in class Geometrypublic void apply(GeometryFilter filter)
apply in class Geometrypublic void apply(GeometryComponentFilter filter)
apply in class Geometrypublic Geometry copy()
copy in class Geometryprotected Geometry copyInternal()
copyInternal in class Geometrypublic void normalize()
normalize in class Geometryprotected Envelope computeEnvelopeInternal()
computeEnvelopeInternal in class Geometryprotected int compareToSameClass(Object o)
compareToSameClass in class Geometryprotected int compareToSameClass(Object o, CoordinateSequenceComparator comp)
compareToSameClass in class Geometryprotected int getSortIndex()
getSortIndex in class Geometrypublic String toString()
toString in class GeometryCopyright © 1996–2019 Geotools. All rights reserved.