Class TLcdISO19115OperationParameterAlt
java.lang.Object
com.luciad.datamodel.TLcdDataObject
com.luciad.format.gml32.model.TLcdGML32AbstractGML
com.luciad.format.gml32.model.TLcdGML32DefinitionBase
com.luciad.format.gml32.model.TLcdGML32Definition
com.luciad.format.metadata.model.crsitem.TLcdISO19115OperationParameterAlt
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
XML attributes contraints: - 1) Id is mandatory - 2) codeSpace (type xsd:anyURI) is mandatory
- Since:
- 2013.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thecodeSpace
attribute.static final TLcdDataProperty
Data property that maps to thelocale
element.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTY
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
DESCRIPTION_PROPERTY, DESCRIPTION_REFERENCE_PROPERTY, ID_PROPERTY, IDENTIFIER_PROPERTY, META_DATA_PROPERTY_PROPERTY, NAME_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeSpace
attribute.Returns the role value contained in the value of theLOCALE_PROPERTY
property.void
setCodeSpace
(URI aValue) Sets the value of the property that maps to thecodeSpace
attribute.void
setLocale
(TLcdISO19115Locale aValue) Sets the value of the property that maps to thelocale
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarks
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
CODE_SPACE_PROPERTY
Data property that maps to thecodeSpace
attribute. The possible values for this property are instances ofURI
. -
LOCALE_PROPERTY
Data property that maps to thelocale
element. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Locale>
.
-
-
Constructor Details
-
TLcdISO19115OperationParameterAlt
public TLcdISO19115OperationParameterAlt() -
TLcdISO19115OperationParameterAlt
-
-
Method Details
-
getCodeSpace
Returns the value of the property that maps to thecodeSpace
attribute.- Returns:
- the value of the
CODE_SPACE_PROPERTY
property.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpace
attribute.- Parameters:
aValue
- the value to set for theCODE_SPACE_PROPERTY
property.
-
getLocale
Returns the role value contained in the value of theLOCALE_PROPERTY
property. Returnsnull
if the value of theLOCALE_PROPERTY
property isnull
.- Returns:
- the role value of the
LOCALE_PROPERTY
property. - See Also:
-
setLocale
Sets the value of the property that maps to thelocale
element. to a new instance of the association classTLcdISO19118Property
initialized with the given role value. In case the given role value isnull
, theLOCALE_PROPERTY
property is set tonull
.- Parameters:
aValue
- the role value to set for theLOCALE_PROPERTY
property.
-