Package com.luciad.format.gml32.model
Class TLcdGML32Definition
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
- All Implemented Interfaces:
ILcdDataObject
,ILcdCloneable
,ILcdDeepCloneable
,Cloneable
- Direct Known Subclasses:
TLcdGML32Dictionary
,TLcdGML32UnitDefinition
,TLcdISO19115AffineCS
,TLcdISO19115CartesianCS
,TLcdISO19115ClAlternativeExpression
,TLcdISO19115CodeAlternativeExpression
,TLcdISO19115CodeDefinition
,TLcdISO19115CompoundCRS
,TLcdISO19115ConcatenatedOperation
,TLcdISO19115Conversion
,TLcdISO19115CoordinateSystemAlt
,TLcdISO19115CoordinateSystemAxis
,TLcdISO19115CoordinateSystemAxisAlt
,TLcdISO19115CrsAlt
,TLcdISO19115CylindricalCS
,TLcdISO19115DatumAlt
,TLcdISO19115DerivedCRS
,TLcdISO19115Ellipsoid
,TLcdISO19115EllipsoidalCS
,TLcdISO19115EllipsoidAlt
,TLcdISO19115EngineeringCRS
,TLcdISO19115EngineeringDatum
,TLcdISO19115GeodeticCRS
,TLcdISO19115GeodeticDatum
,TLcdISO19115ImageCRS
,TLcdISO19115ImageDatum
,TLcdISO19115LinearCS
,TLcdISO19115OperationAlt
,TLcdISO19115OperationMethod
,TLcdISO19115OperationMethodAlt
,TLcdISO19115OperationParameter
,TLcdISO19115OperationParameterAlt
,TLcdISO19115OperationParameterGroup
,TLcdISO19115PassThroughOperation
,TLcdISO19115PolarCS
,TLcdISO19115PrimeMeridian
,TLcdISO19115PrimeMeridianAlt
,TLcdISO19115ProjectedCRS
,TLcdISO19115SphericalCS
,TLcdISO19115TemporalCRS
,TLcdISO19115TemporalDatum
,TLcdISO19115TimeCS
,TLcdISO19115Transformation
,TLcdISO19115UserDefinedCS
,TLcdISO19115VerticalCRS
,TLcdISO19115VerticalCS
,TLcdISO19115VerticalDatum
The basic gml:Definition element specifies a definition, which can be included in or referenced by a dictionary.
The content model for a generic definition is a derivation from gml:AbstractGMLType.
The gml:description property element shall hold the definition if this can be captured in a simple text string, or the gml:descriptionReference property element may carry a link to a description elsewhere.
The gml:identifier element shall provide one identifier identifying this definition. The identifier shall be unique within the dictionaries using this definition.
The gml:name elements shall provide zero or more terms and synonyms for which this is the definition.
The gml:remarks element shall be used to hold additional textual information that is not conceptually part of the definition but is useful in understanding the definition.
- Since:
- 10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
Data property that maps to theremarks
element.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
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the property that maps to theremarks
element.void
setRemarks
(String aValue) Sets the value of the property that maps to theremarks
element.Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractGML
getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataProperty, getName, setDescription, setDescriptionReference, setId, setIdentifier
-
Field Details
-
REMARKS_PROPERTY
Data property that maps to theremarks
element. The possible values for this property are instances ofString
.
-
-
Constructor Details
-
TLcdGML32Definition
public TLcdGML32Definition() -
TLcdGML32Definition
-
-
Method Details
-
getRemarks
Returns the value of the property that maps to theremarks
element.- Returns:
- the value of the
REMARKS_PROPERTY
property.
-
setRemarks
Sets the value of the property that maps to theremarks
element.- Parameters:
aValue
- the value to set for theREMARKS_PROPERTY
property.
-