@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, within
public String getGeometryType()
getGeometryType
in class Geometry
public Coordinate getCoordinate()
getCoordinate
in class Geometry
public Coordinate[] getCoordinates()
getCoordinates
in class Geometry
public int getNumPoints()
getNumPoints
in class Geometry
public boolean isEmpty()
isEmpty
in class Geometry
public int getDimension()
getDimension
in class Geometry
public Geometry getBoundary()
getBoundary
in class Geometry
public int getBoundaryDimension()
getBoundaryDimension
in class Geometry
public Geometry reverse()
reverse
in class Geometry
public boolean equalsExact(Geometry other, double tolerance)
equalsExact
in class Geometry
public void apply(CoordinateFilter filter)
apply
in class Geometry
public void apply(CoordinateSequenceFilter filter)
apply
in class Geometry
public void apply(GeometryFilter filter)
apply
in class Geometry
public void apply(GeometryComponentFilter filter)
apply
in class Geometry
public Geometry copy()
copy
in class Geometry
protected Geometry copyInternal()
copyInternal
in class Geometry
public void normalize()
normalize
in class Geometry
protected Envelope computeEnvelopeInternal()
computeEnvelopeInternal
in class Geometry
protected int compareToSameClass(Object o)
compareToSameClass
in class Geometry
protected int compareToSameClass(Object o, CoordinateSequenceComparator comp)
compareToSameClass
in class Geometry
protected int getSortIndex()
getSortIndex
in class Geometry
public String toString()
toString
in class Geometry
Copyright © 1996–2019 Geotools. All rights reserved.