Class TLcdISO19115CrsAlt
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.TLcdISO19115CrsAlt
- 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.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.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
-
TLcdISO19115CrsAlt
public TLcdISO19115CrsAlt() -
TLcdISO19115CrsAlt
-
-
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.
-