Class TLcdISO19115DatumAlt
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.gml32.model.TLcdGML32IdentifiedObject
com.luciad.format.gml32.model.TLcdGML32AbstractDatum
com.luciad.format.metadata.model.crsitem.TLcdISO19115DatumAlt
- 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
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thecodeSpaceattribute.static final TLcdDataPropertyData property that maps to thelocaleelement.Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractDatum
ANCHOR_DEFINITION_PROPERTY, DOMAIN_OF_VALIDITY_PROPERTY, REALIZATION_EPOCH_PROPERTY, SCOPE_PROPERTYFields inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
REMARKS_PROPERTYFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thecodeSpaceattribute.Returns the role value contained in the value of theLOCALE_PROPERTYproperty.voidsetCodeSpace(URI aValue) Sets the value of the property that maps to thecodeSpaceattribute.voidsetLocale(TLcdISO19115Locale aValue) Sets the value of the property that maps to thelocaleelement.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractDatum
getAnchorDefinition, getDomainOfValidity, getRealizationEpoch, getScope, setAnchorDefinition, setDomainOfValidity, setRealizationEpochMethods inherited from class com.luciad.format.gml32.model.TLcdGML32Definition
getRemarks, setRemarksMethods 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 thecodeSpaceattribute. The possible values for this property are instances ofURI. -
LOCALE_PROPERTY
Data property that maps to thelocaleelement. The possible values for this property are instances ofTLcdISO19118Property<TLcdISO19115Locale>.
-
-
Constructor Details
-
TLcdISO19115DatumAlt
public TLcdISO19115DatumAlt() -
TLcdISO19115DatumAlt
-
-
Method Details
-
getCodeSpace
Returns the value of the property that maps to thecodeSpaceattribute.- Returns:
- the value of the
CODE_SPACE_PROPERTYproperty.
-
setCodeSpace
Sets the value of the property that maps to thecodeSpaceattribute.- Parameters:
aValue- the value to set for theCODE_SPACE_PROPERTYproperty.
-
getLocale
Returns the role value contained in the value of theLOCALE_PROPERTYproperty. Returnsnullif the value of theLOCALE_PROPERTYproperty isnull.- Returns:
- the role value of the
LOCALE_PROPERTYproperty. - See Also:
-
setLocale
Sets the value of the property that maps to thelocaleelement. to a new instance of the association classTLcdISO19118Propertyinitialized with the given role value. In case the given role value isnull, theLOCALE_PROPERTYproperty is set tonull.- Parameters:
aValue- the role value to set for theLOCALE_PROPERTYproperty.
-