public abstract class SimpleCoordinateReferenceSystem extends CoordinateReferenceSystem
| Constructor and Description |
|---|
SimpleCoordinateReferenceSystem()
Constructor
|
SimpleCoordinateReferenceSystem(CRSType type)
Constructor
|
SimpleCoordinateReferenceSystem(String name,
CRSType type)
Constructor
|
SimpleCoordinateReferenceSystem(String name,
CRSType type,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CoordinateSystem |
getCoordinateSystem()
Get the coordinate system
|
int |
hashCode() |
void |
setCoordinateSystem(CoordinateSystem coordinateSystem)
Set the coordinate system
|
addIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsagespublic SimpleCoordinateReferenceSystem()
public SimpleCoordinateReferenceSystem(CRSType type)
type - coordinate reference system typepublic SimpleCoordinateReferenceSystem(String name, CRSType type)
name - nametype - coordinate reference system typepublic SimpleCoordinateReferenceSystem(String name, CRSType type, CoordinateSystem coordinateSystem)
name - nametype - coordinate reference system typecoordinateSystem - coordinate systempublic CoordinateSystem getCoordinateSystem()
public void setCoordinateSystem(CoordinateSystem coordinateSystem)
coordinateSystem - coordinate systempublic int hashCode()
hashCode in class CoordinateReferenceSystempublic boolean equals(Object obj)
equals in class CoordinateReferenceSystemCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.