public abstract class CRS extends Object implements ScopeExtentIdentifierRemark
| Constructor and Description |
|---|
CRS()
Constructor
|
CRS(CRSType type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addExtra(String name,
Object extra)
Add the temporary extra which is not part of the CRS definition
|
void |
addExtras(Map<String,Object> extras)
Add the temporary extras which are not part of the CRS definition
|
boolean |
equals(Object obj) |
CategoryType |
getCategoryType()
Get the category type
|
Object |
getExtra(String name)
Get the temporary extra with the name
|
Map<String,Object> |
getExtras()
Get temporary extras that are not part of the CRS definition
|
CRSType |
getType()
Get the type
|
boolean |
hasExtras()
Determine if there are temporary extras that are not part of the CRS
definition
|
int |
hashCode() |
int |
numExtras()
Get the number of temporary extras that are not part of the CRS
definition
|
void |
setExtras(Map<String,Object> extras)
Set the temporary extras that are not part of the CRS definition
|
void |
setType(CRSType type)
Set the type
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitaddUsage, addUsages, getName, getRemark, getUsage, getUsages, hasRemark, hasUsages, numUsages, setName, setRemark, setUsagesaddIdentifier, addIdentifiers, getIdentifier, getIdentifiers, hasIdentifiers, numIdentifiers, setIdentifierspublic CRS()
public CRS(CRSType type)
type - coordinate reference system typepublic CRSType getType()
public void setType(CRSType type)
type - typepublic CategoryType getCategoryType()
public Map<String,Object> getExtras()
public boolean hasExtras()
public int numExtras()
public Object getExtra(String name)
name - extra namepublic void setExtras(Map<String,Object> extras)
extras - extraspublic void addExtra(String name, Object extra)
name - extra nameextra - extra valuepublic void addExtras(Map<String,Object> extras)
extras - extra valuesCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.