Interface ILcdGML3AbstractCurve
- All Superinterfaces:
ILcdGML3AbstractGeometricPrimitive,ILcdGML3AbstractGeometry,ILcdGML3AbstractGML,ILcdGML3SrsInformationGroup,ILcdGML3SrsReferenceGroup,ILcdGML3StandardObjectProperties
- All Known Subinterfaces:
ILcdGML3Curve,ILcdGML3LineString
Deprecated.
Interface for the
gml:AbstractCurveType type.
An abstraction of a curve to support the different levels of complexity. The curve can always be
viewed as a geometric primitive, i.e. is continuous.
(GML Specification, v3.1.0, paragraph 9.2.1.5)-
Method Summary
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setIdMethods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsInformationGroup
getAxisLabel, getAxisLabelCount, getUomLabel, getUomLabelCount, setAxisLabels, setUomLabelsMethods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsReferenceGroup
getSrsDimension, getSrsName, setSrsDimension, setSrsNameMethods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3StandardObjectProperties
getDescription, getMetaDataProperty, getMetaDataPropertyCount, getName, getNameCount, setDescription, setMetaDataProperties, setNames
com.luciad.format.gml3.*packages are replaced by new decoders and encoders in the packagescom.luciad.format.gml2.xml,com.luciad.format.gml31.xmlandcom.luciad.format.gml32.xml.