Package com.luciad.format.gml32.model
Class TLcdGML32Category
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32Code
com.luciad.format.gml32.model.TLcdGML32Category
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
A gml:Category has an optional XML attribute codeSpace, whose value is a URI which identifies a dictionary, codelist or authority for the term.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thenilReason
attribute.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Code
ANCHOR_DEFINITION, CODE_SPACE_PROPERTY, FORMULA, TYPE_PROPERTY, VALUE_PROPERTY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thenilReason
attribute.void
setNilReason
(Object aValue) Sets the value of the property that maps to thenilReason
attribute.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Code
getCodeSpace, getType, getValueObject, setCodeSpace, setType, setValueObject
-
Field Details
-
NIL_REASON_PROPERTY
Data property that maps to thenilReason
attribute. The possible values for this property are instances of
-
-
Constructor Details
-
TLcdGML32Category
public TLcdGML32Category() -
TLcdGML32Category
-
-
Method Details
-
getNilReason
Returns the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Returns:
- the value of the
NIL_REASON_PROPERTY
property.
-
setNilReason
Sets the value of the property that maps to thenilReason
attribute.The possible values for this property are instances of
- Parameters:
aValue
- the value to set for theNIL_REASON_PROPERTY
property.
-