public class Axis extends Object implements Identifiable
| Constructor and Description |
|---|
Axis()
Constructor
|
Axis(String name,
AxisDirectionType direction)
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 |
getAbbreviation()
Get the abbreviation
|
Double |
getBearing()
Get the bearing
|
String |
getBearingText()
Get the bearing text
|
AxisDirectionType |
getDirection()
Get the direction
|
Identifier |
getIdentifier(int index)
Get the identifier at the index
|
List<Identifier> |
getIdentifiers()
Get the identifiers
|
Double |
getMeridian()
Get the meridian
|
String |
getMeridianText()
Get the meridian text
|
Unit |
getMeridianUnit()
Get the meridian (angle) unit
|
String |
getName()
Get the name
|
Integer |
getOrder()
Get the order
|
Unit |
getUnit()
Get the unit
|
boolean |
hasAbbreviation()
Has an abbreviation
|
boolean |
hasBearing()
Has a bearing
|
int |
hashCode() |
boolean |
hasIdentifiers()
Has identifiers
|
boolean |
hasMeridian()
Has a meridian
|
boolean |
hasName()
Has a name
|
boolean |
hasOrder()
Has an order
|
boolean |
hasUnit()
Has a unit
|
int |
numIdentifiers()
Number of identifiers
|
void |
setAbbreviation(String abbreviation)
Set the abbreviation
|
void |
setBearing(Double bearing)
Set the bearing
|
void |
setBearing(String bearing)
Set the bearing
|
void |
setDirection(AxisDirectionType direction)
Set the direction
|
void |
setIdentifiers(List<Identifier> identifiers)
Set the identifiers
|
void |
setMeridian(Double meridian)
Set the meridian
|
void |
setMeridian(String meridian)
Set the meridian
|
void |
setMeridianUnit(Unit meridianUnit)
Set the meridian (angle) unit
|
void |
setName(String name)
Set the name
|
void |
setOrder(Integer order)
Set the order
|
void |
setUnit(Unit unit)
Set the unit
|
String |
toString() |
public Axis()
public Axis(String name, AxisDirectionType direction)
name - namedirection - axis directionpublic String getName()
public boolean hasName()
public void setName(String name)
name - namepublic String getAbbreviation()
public boolean hasAbbreviation()
public void setAbbreviation(String abbreviation)
abbreviation - abbreviationpublic AxisDirectionType getDirection()
public void setDirection(AxisDirectionType direction)
direction - direction typepublic Double getMeridian()
public String getMeridianText()
public boolean hasMeridian()
public void setMeridian(Double meridian)
meridian - meridianpublic void setMeridian(String meridian)
meridian - meridianpublic Unit getMeridianUnit()
public void setMeridianUnit(Unit meridianUnit)
meridianUnit - meridian (angle) unitpublic Double getBearing()
public String getBearingText()
public boolean hasBearing()
public void setBearing(Double bearing)
bearing - bearingpublic void setBearing(String bearing)
bearing - bearing textpublic Integer getOrder()
public boolean hasOrder()
public void setOrder(Integer order)
order - orderpublic Unit getUnit()
public boolean hasUnit()
public void setUnit(Unit unit)
unit - unitpublic 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.