public interface CoordinateSystem extends Serializable
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
clone() |
Area |
getArea() |
BoundingBox |
getAreaBoundingBox() |
Authority |
getAuthority() |
List<Axis> |
getAxis() |
CoordinatesProjection |
getCoordinatesProjection() |
GeometryFactory |
getGeometryFactory() |
int |
getId() |
javax.measure.unit.Unit<javax.measure.quantity.Length> |
getLengthUnit() |
String |
getName() |
<Q extends javax.measure.quantity.Quantity> |
getUnit() |
boolean |
isDeprecated() |
CoordinateSystem clone()
Area getArea()
BoundingBox getAreaBoundingBox()
Authority getAuthority()
CoordinatesProjection getCoordinatesProjection()
GeometryFactory getGeometryFactory()
int getId()
javax.measure.unit.Unit<javax.measure.quantity.Length> getLengthUnit()
String getName()
<Q extends javax.measure.quantity.Quantity> javax.measure.unit.Unit<Q> getUnit()
boolean isDeprecated()
Copyright © 2015 Revolution Systems Inc.. All rights reserved.