Class TLcdGML32AbstractGML
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdAIXM51AbstractAIXMObject
,TLcdGML32AbstractFeature
,TLcdGML32AbstractGeometry
,TLcdGML32AbstractTimeObject
,TLcdGML32AbstractTimeSlice
,TLcdGML32CompositeValue
,TLcdGML32DefinitionBase
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to thedescription
element.static final TLcdDataProperty
Data property that maps to thedescriptionReference
element.static final TLcdDataProperty
Data property that maps to theid
attribute.static final TLcdDataProperty
Data property that maps to theidentifier
element.static final TLcdDataProperty
Data property that maps to themetaDataProperty
element.static final TLcdDataProperty
Data property that maps to thename
element. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to thedescription
element.Returns the value of the property that maps to thedescriptionReference
element.getId()
Returns the value of the property that maps to theid
attribute.Returns the value of the property that maps to theidentifier
element.Returns the value of the property that maps to themetaDataProperty
element.getName()
Returns the value of the property that maps to thename
element.void
setDescription
(TLcdGML32StringOrRef aValue) Sets the value of the property that maps to thedescription
element.void
Sets the value of the property that maps to thedescriptionReference
element.void
Sets the value of the property that maps to theid
attribute.void
Sets the value of the property that maps to theidentifier
element.
-
Field Details
-
ID_PROPERTY
Data property that maps to theid
attribute. The possible values for this property are instances ofString
. -
META_DATA_PROPERTY_PROPERTY
Data property that maps to themetaDataProperty
element. The possible values for this property are instances ofList<TLcdGML32MetaDataProperty>
. -
DESCRIPTION_PROPERTY
Data property that maps to thedescription
element. The possible values for this property are instances ofTLcdGML32StringOrRef
. -
DESCRIPTION_REFERENCE_PROPERTY
Data property that maps to thedescriptionReference
element. The possible values for this property are instances ofTLcdGML32Reference
. -
IDENTIFIER_PROPERTY
Data property that maps to theidentifier
element. The possible values for this property are instances ofTLcdGML32CodeWithAuthority
. -
NAME_PROPERTY
Data property that maps to thename
element. 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 theid
attribute.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_PROPERTY
property.
-
setId
Sets the value of the property that maps to theid
attribute.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_PROPERTY
property.
-
getMetaDataProperty
Returns the value of the property that maps to themetaDataProperty
element.- Returns:
- the value of the
META_DATA_PROPERTY_PROPERTY
property. - See Also:
-
getDescription
Returns the value of the property that maps to thedescription
element.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_PROPERTY
property.
-
setDescription
Sets the value of the property that maps to thedescription
element.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_PROPERTY
property.
-
getDescriptionReference
Returns the value of the property that maps to thedescriptionReference
element.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_PROPERTY
property.
-
setDescriptionReference
Sets the value of the property that maps to thedescriptionReference
element.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_PROPERTY
property.
-
getIdentifier
Returns the value of the property that maps to theidentifier
element.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_PROPERTY
property.
-
setIdentifier
Sets the value of the property that maps to theidentifier
element.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_PROPERTY
property.
-
getName
Returns the value of the property that maps to thename
element.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_PROPERTY
property.
-