Class TLcdGML32AbstractGML
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdAIXM51AbstractAIXMObject,TLcdGML32AbstractFeature,TLcdGML32AbstractGeometry,TLcdGML32AbstractTimeObject,TLcdGML32AbstractTimeSlice,TLcdGML32CompositeValue,TLcdGML32DefinitionBase
- Since:
- 10.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedescriptionelement.static final TLcdDataPropertyData property that maps to thedescriptionReferenceelement.static final TLcdDataPropertyData property that maps to theidattribute.static final TLcdDataPropertyData property that maps to theidentifierelement.static final TLcdDataPropertyData property that maps to themetaDataPropertyelement.static final TLcdDataPropertyData property that maps to thenameelement. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedescriptionelement.Returns the value of the property that maps to thedescriptionReferenceelement.getId()Returns the value of the property that maps to theidattribute.Returns the value of the property that maps to theidentifierelement.Returns the value of the property that maps to themetaDataPropertyelement.getName()Returns the value of the property that maps to thenameelement.voidsetDescription(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedescriptionelement.voidSets the value of the property that maps to thedescriptionReferenceelement.voidSets the value of the property that maps to theidattribute.voidSets the value of the property that maps to theidentifierelement.
-
Field Details
-
ID_PROPERTY
Data property that maps to theidattribute. The possible values for this property are instances ofString. -
META_DATA_PROPERTY_PROPERTY
Data property that maps to themetaDataPropertyelement. The possible values for this property are instances ofList<TLcdGML32MetaDataProperty>. -
DESCRIPTION_PROPERTY
Data property that maps to thedescriptionelement. The possible values for this property are instances ofTLcdGML32StringOrRef. -
DESCRIPTION_REFERENCE_PROPERTY
Data property that maps to thedescriptionReferenceelement. The possible values for this property are instances ofTLcdGML32Reference. -
IDENTIFIER_PROPERTY
Data property that maps to theidentifierelement. The possible values for this property are instances ofTLcdGML32CodeWithAuthority. -
NAME_PROPERTY
Data property that maps to thenameelement. The possible values for this property are instances ofList<TLcdGML32Code>.
-
-
Constructor Details
-
TLcdGML32AbstractGML
public TLcdGML32AbstractGML() -
TLcdGML32AbstractGML
-
-
Method Details
-
getId
Returns the value of the property that maps to theidattribute.The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
- Returns:
- the value of the
ID_PROPERTYproperty.
-
setId
Sets the value of the property that maps to theidattribute.The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
- Parameters:
aValue- the value to set for theID_PROPERTYproperty.
-
getMetaDataProperty
Returns the value of the property that maps to themetaDataPropertyelement.- Returns:
- the value of the
META_DATA_PROPERTY_PROPERTYproperty. - See Also:
-
getDescription
Returns the value of the property that maps to thedescriptionelement.The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property.
- Returns:
- the value of the
DESCRIPTION_PROPERTYproperty.
-
setDescription
Sets the value of the property that maps to thedescriptionelement.The value of this property is a text description of the object. gml:description uses gml:StringOrRefType as its content model, so it may contain a simple text string content, or carry a reference to an external description. The use of gml:description to reference an external description has been deprecated and replaced by the gml:descriptionReference property.
- Parameters:
aValue- the value to set for theDESCRIPTION_PROPERTYproperty.
-
getDescriptionReference
Returns the value of the property that maps to thedescriptionReferenceelement.The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description.
- Returns:
- the value of the
DESCRIPTION_REFERENCE_PROPERTYproperty.
-
setDescriptionReference
Sets the value of the property that maps to thedescriptionReferenceelement.The value of this property is a remote text description of the object. The xlink:href attribute of the gml:descriptionReference property references the external description.
- Parameters:
aValue- the value to set for theDESCRIPTION_REFERENCE_PROPERTYproperty.
-
getIdentifier
Returns the value of the property that maps to theidentifierelement.Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.
- Returns:
- the value of the
IDENTIFIER_PROPERTYproperty.
-
setIdentifier
Sets the value of the property that maps to theidentifierelement.Often, a special identifier is assigned to an object by the maintaining authority with the intention that it is used in references to the object For such cases, the codeSpace shall be provided. That identifier is usually unique either globally or within an application domain. gml:identifier is a pre-defined property for such identifiers.
- Parameters:
aValue- the value to set for theIDENTIFIER_PROPERTYproperty.
-
getName
Returns the value of the property that maps to thenameelement.The gml:name property provides a label or identifier for the object, commonly a descriptive name. An object may have several names, typically assigned by different authorities. gml:name uses the gml:CodeType content model. The authority for a name is indicated by the value of its (optional) codeSpace attribute. The name may or may not be unique, as determined by the rules of the organization responsible for the codeSpace. In common usage there will be one name per authority, so a processing application may select the name from its preferred codeSpace.
- Returns:
- the value of the
NAME_PROPERTYproperty.
-