public abstract class ReferenceFrame extends Object implements Identifiable
| Constructor and Description |
|---|
ReferenceFrame(CRSType type)
Constructor
|
ReferenceFrame(String name,
CRSType type)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
addIdentifier(Identifier identifier)
Add the identifier
|
void |
addIdentifiers(List<Identifier> identifiers)
Add the identifiers
|
boolean |
equals(Object obj) |
String |
getAnchor()
Get the datum anchor description
|
Identifier |
getIdentifier(int index)
Get the identifier at the index
|
List<Identifier> |
getIdentifiers()
Get the identifiers
|
String |
getName()
Get the datum name
|
CRSType |
getType()
Get the type
|
boolean |
hasAnchor()
Has a datum anchor description
|
int |
hashCode() |
boolean |
hasIdentifiers()
Has identifiers
|
int |
numIdentifiers()
Number of identifiers
|
void |
setAnchor(String anchor)
Set the datum anchor description
|
void |
setIdentifiers(List<Identifier> identifiers)
Set the identifiers
|
void |
setName(String name)
Set the datum name
|
void |
setType(CRSType type)
Set the type
|
String |
toString() |
public ReferenceFrame(CRSType type)
type - typepublic String getName()
public void setName(String name)
name - datum namepublic CRSType getType()
public void setType(CRSType type)
type - typepublic String getAnchor()
public boolean hasAnchor()
public void setAnchor(String anchor)
anchor - datum anchor descriptionpublic List<Identifier> getIdentifiers()
getIdentifiers in interface Identifiablepublic boolean hasIdentifiers()
hasIdentifiers in interface Identifiablepublic int numIdentifiers()
numIdentifiers in interface Identifiablepublic Identifier getIdentifier(int index)
getIdentifier in interface Identifiableindex - identifier indexpublic void setIdentifiers(List<Identifier> identifiers)
setIdentifiers in interface Identifiableidentifiers - identifierspublic void addIdentifier(Identifier identifier)
addIdentifier in interface Identifiableidentifier - identifierpublic void addIdentifiers(List<Identifier> identifiers)
addIdentifiers in interface Identifiableidentifiers - identifiersCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.