public final class SpatialInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static Length |
DEFAULT_TOLERANCE_LENGTH
Application default tolerance, 0.04 meter.
|
| Modifier and Type | Method and Description |
|---|---|
static SpatialInfo |
create(CoordSys coordsys)
Create a (cached) SpatialInfo based on a coordinate system.
|
boolean |
equals(Object o) |
CoordSys |
getCoordSys()
Get the coordinate system of the geometry.
|
double |
getTolerance()
Get the tolerance to use when comparing the coordinates of the geometry.
|
Length |
getToleranceLength()
Get the tolerance to use when comparing the coordinates of the geometry.
|
LinearUnit |
getZUnit()
Get the linear unit of the z coordinate of the geometry.
|
int |
hashCode() |
public static final Length DEFAULT_TOLERANCE_LENGTH
public static SpatialInfo create(CoordSys coordsys)
public CoordSys getCoordSys()
public LinearUnit getZUnit()
IGeometry.zSet()public double getTolerance()
public Length getToleranceLength()
Length.Length