Class TLcdGeoborderType
java.lang.Object
com.luciad.ais.model.geoborder.type.TLcdGeoborderType
Type safe enumeration class, indicating the type of geographical border.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdGeoborderType
Coastline (key = CS).static final TLcdGeoborderType
Other (key = OTHER).static final TLcdGeoborderType
River bank (key = RB).static final TLcdGeoborderType
River centreline (key = RW).static final TLcdGeoborderType
State border (key = ST).static final TLcdGeoborderType
Territorial waters limit (key = TW). -
Method Summary
-
Field Details
-
STATE_BORDER
State border (key = ST). -
TERRITORIAL_WATERS_LIMIT
Territorial waters limit (key = TW). -
COASTLINE
Coastline (key = CS). -
RIVER_CENTRELINE
River centreline (key = RW). -
RIVER_BANK
River bank (key = RB). -
OTHER
Other (key = OTHER).
-
-
Method Details
-
getName
Returns the name of theTLcdGeoborderType
object.- Returns:
- the name of the
TLcdGeoborderType
object.
-
valueOf
Returns theTLcdGeoborderType
object matching the given code.- Parameters:
aCode
- The key by which to retrieve aTLcdGeoborderType
. This key must not be null.- Returns:
- A
TLcdGeoborderType
object if the parameter matches to a geoborder type, null otherwise.
-
toString
-