Package com.luciad.format.gml32.model
Class TLcdGML32LinearCS
java.lang.Object
- All Implemented Interfaces:
ILcdDataObject,ILcdCloneable,ILcdDeepCloneable,Cloneable
- Direct Known Subclasses:
TLcdISO19115LinearCS
gml:LinearCS is a one-dimensional coordinate system that consists of the points that lie on the single axis described. The associated coordinate is the distance – with or without offset – from the specified datum to the point along the axis. A LinearCS shall have one gml:axis property element.
- Since:
- 2026.0
-
Field Summary
Fields inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractCoordinateSystem
AGGREGATION_TYPE_PROPERTY, AXIS_PROPERTYFields 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
Methods inherited from class com.luciad.format.gml32.model.TLcdGML32AbstractCoordinateSystem
getAggregationType, getAxis, setAggregationTypeMethods 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
-
Constructor Details
-
TLcdGML32LinearCS
public TLcdGML32LinearCS() -
TLcdGML32LinearCS
-