public class CoordinateMetadata extends CRS
| Constructor and Description |
|---|
CoordinateMetadata()
Constructor
|
CoordinateMetadata(CoordinateReferenceSystem crs)
Constructor
|
CoordinateMetadata(CoordinateReferenceSystem crs,
Double epoch)
Constructor
|
CoordinateMetadata(CoordinateReferenceSystem crs,
String epoch)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentifier(Identifier identifier)
Add the identifier
|
void |
addIdentifiers(List<Identifier> identifiers)
Add the identifiers
|
void |
addUsage(Usage usage)
Add the usage
|
void |
addUsages(List<Usage> usages)
Add the usages
|
boolean |
equals(Object obj) |
CoordinateReferenceSystem |
getCoordinateReferenceSystem()
Get the coordinate reference system
|
Double |
getEpoch()
Get the coordinate epoch
|
String |
getEpochText()
Get the coordinate epoch text
|
Identifier |
getIdentifier(int index)
Get the identifier at the index
|
List<Identifier> |
getIdentifiers()
Get the identifiers
|
String |
getName()
Get the name
|
String |
getRemark()
Get the remark
|
Usage |
getUsage(int index)
Get the usage at the index
|
List<Usage> |
getUsages()
Get the usages
|
boolean |
hasEpoch()
Has a coordinate epoch
|
int |
hashCode() |
boolean |
hasIdentifiers()
Has identifiers
|
boolean |
hasRemark()
Has remark
|
boolean |
hasUsages()
Has usages
|
int |
numIdentifiers()
Number of identifiers
|
int |
numUsages()
Number of usages
|
void |
setCoordinateReferenceSystem(CoordinateReferenceSystem crs)
Set the coordinate reference system
|
void |
setEpoch(Double epoch)
Set the coordinate epoch
|
void |
setEpoch(String epoch)
Set the coordinate epoch
|
void |
setIdentifiers(List<Identifier> identifiers)
Set the identifiers
|
void |
setName(String name)
Set the name
|
void |
setRemark(String remark)
Set the remark
|
void |
setUsages(List<Usage> usages)
Set the usages
|
public CoordinateMetadata()
public CoordinateMetadata(CoordinateReferenceSystem crs)
crs - coordinate reference systempublic CoordinateMetadata(CoordinateReferenceSystem crs, Double epoch)
crs - coordinate reference systemepoch - coordinate epochpublic CoordinateMetadata(CoordinateReferenceSystem crs, String epoch)
crs - coordinate reference systemepoch - coordinate epochpublic CoordinateReferenceSystem getCoordinateReferenceSystem()
public void setCoordinateReferenceSystem(CoordinateReferenceSystem crs)
crs - coordinate reference systempublic Double getEpoch()
public String getEpochText()
public boolean hasEpoch()
public void setEpoch(Double epoch)
epoch - coordinate epochpublic void setEpoch(String epoch)
epoch - coordinate epochpublic String getName()
public void setName(String name)
name - namepublic boolean hasUsages()
public int numUsages()
public Usage getUsage(int index)
index - usage indexpublic void addUsage(Usage usage)
usage - usagepublic List<Identifier> getIdentifiers()
public boolean hasIdentifiers()
public int numIdentifiers()
public Identifier getIdentifier(int index)
index - identifier indexpublic void setIdentifiers(List<Identifier> identifiers)
identifiers - identifierspublic void addIdentifier(Identifier identifier)
identifier - identifierpublic void addIdentifiers(List<Identifier> identifiers)
identifiers - identifierspublic String getRemark()
public boolean hasRemark()
public void setRemark(String remark)
remark - remarkCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.