public class GeoCoordinateReferenceSystem extends SimpleCoordinateReferenceSystem
| Constructor and Description |
|---|
GeoCoordinateReferenceSystem()
Constructor
|
GeoCoordinateReferenceSystem(CRSType type)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
Dynamic dynamic,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
GeoDatumEnsemble datumEnsemble,
CoordinateSystem coordinateSystem)
Constructor
|
GeoCoordinateReferenceSystem(String name,
CRSType type,
GeoReferenceFrame referenceFrame,
CoordinateSystem coordinateSystem)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
GeoDatumEnsemble |
getDatumEnsemble()
Get the datum ensemble
|
Dynamic |
getDynamic()
Get the dynamic coordinate reference system
|
GeoDatum |
getGeoDatum()
Get the geodetic or geographic common datum
|
GeoReferenceFrame |
getReferenceFrame()
Get the reference frame
|
boolean |
hasDatumEnsemble()
Determine if has a datum ensemble
|
boolean |
hasDynamic()
Determine if has a dynamic
|
int |
hashCode() |
boolean |
hasReferenceFrame()
Determine if has a reference frame
|
void |
setDatumEnsemble(GeoDatumEnsemble datumEnsemble)
Set the datum ensemble
|
void |
setDynamic(Dynamic dynamic)
Set the dynamic coordinate reference system
|
void |
setReferenceFrame(GeoReferenceFrame referenceFrame)
Set the reference frame
|
getCoordinateSystem, setCoordinateSystemaddIdentifier, addIdentifiers, addUsage, addUsages, getIdentifier, getIdentifiers, getName, getRemark, getUsage, getUsages, hasIdentifiers, hasRemark, hasUsages, numIdentifiers, numUsages, setIdentifiers, setName, setRemark, setUsagespublic GeoCoordinateReferenceSystem()
public GeoCoordinateReferenceSystem(CRSType type)
type - coordinate reference system typepublic GeoCoordinateReferenceSystem(String name, CRSType type, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
name - nametype - coordinate reference system typereferenceFrame - reference framecoordinateSystem - coordinate systempublic GeoCoordinateReferenceSystem(String name, CRSType type, GeoDatumEnsemble datumEnsemble, CoordinateSystem coordinateSystem)
name - nametype - coordinate reference system typedatumEnsemble - datum ensemblecoordinateSystem - coordinate systempublic GeoCoordinateReferenceSystem(String name, CRSType type, Dynamic dynamic, GeoReferenceFrame referenceFrame, CoordinateSystem coordinateSystem)
name - nametype - coordinate reference system typedynamic - dynamicreferenceFrame - reference framecoordinateSystem - coordinate systempublic GeoReferenceFrame getReferenceFrame()
public boolean hasReferenceFrame()
public void setReferenceFrame(GeoReferenceFrame referenceFrame)
referenceFrame - reference framepublic GeoDatumEnsemble getDatumEnsemble()
public boolean hasDatumEnsemble()
public void setDatumEnsemble(GeoDatumEnsemble datumEnsemble)
datumEnsemble - datum ensemblepublic Dynamic getDynamic()
public boolean hasDynamic()
public void setDynamic(Dynamic dynamic)
dynamic - dynamic coordinate reference systempublic GeoDatum getGeoDatum()
public int hashCode()
hashCode in class SimpleCoordinateReferenceSystempublic boolean equals(Object obj)
equals in class SimpleCoordinateReferenceSystemCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.