Package com.luciad.format.gml32.model
Class TLcdGML32AbstractCRS
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdGML32AbstractGeneralDerivedCRS,TLcdGML32CompoundCRS,TLcdGML32EngineeringCRS,TLcdGML32GeodeticCRS,TLcdGML32ImageCRS,TLcdGML32TemporalCRS,TLcdGML32VerticalCRS,TLcdISO19115CrsAlt
gml:AbstractCRS specifies a coordinate reference system which is usually single but may be compound. This abstract complex type shall not be used, extended, or restricted, in a GML Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document.
- Since:
- 2026.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcdDataPropertyData property that maps to thedomainOfValidityelement.static final TLcdDataPropertyData property that maps to thescopeelement.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 thedomainOfValidityelement.getScope()Returns the value of the property that maps to thescopeelement.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
-
DOMAIN_OF_VALIDITY_PROPERTY
Data property that maps to thedomainOfValidityelement. The possible values for this property are instances ofList<TLcdGML32DomainOfValidity>. -
SCOPE_PROPERTY
Data property that maps to thescopeelement. The possible values for this property are instances ofList<String>.
-
-
Constructor Details
-
TLcdGML32AbstractCRS
public TLcdGML32AbstractCRS() -
TLcdGML32AbstractCRS
-
-
Method Details
-
getDomainOfValidity
Returns the value of the property that maps to thedomainOfValidityelement.The gml:domainOfValidity property implements an association role to an EX_Extent object as encoded in ISO/TS 19139, either referencing or containing the definition of that extent.
- Returns:
- the value of the
DOMAIN_OF_VALIDITY_PROPERTYproperty.
-
getScope
Returns the value of the property that maps to thescopeelement.The gml:scope property provides a description of the usage, or limitations of usage, for which this CRS-related object is valid. If unknown, enter "not known".
- Returns:
- the value of the
SCOPE_PROPERTYproperty.
-