Interface ILcdGML3AbstractGeometricPrimitive
- All Superinterfaces:
ILcdGML3AbstractGeometry
,ILcdGML3AbstractGML
,ILcdGML3SrsInformationGroup
,ILcdGML3SrsReferenceGroup
,ILcdGML3StandardObjectProperties
- All Known Subinterfaces:
ILcdGML3AbstractCurve
,ILcdGML3AbstractSurface
,ILcdGML3Curve
,ILcdGML3LineString
,ILcdGML3Point
,ILcdGML3Polygon
,ILcdGML3Surface
Deprecated.
Interface for the
gml:AbstractGeometricPrimitiveType
type.
This is the abstract root type of the geometric primitives. A geometric primitive is a geometric
object that is not decomposed further into other primitives in the system. All primitives are
oriented in the direction implied by the sequence of their coordinate tuples.
(GML Specification, v3.1.0, paragraph 9.2.2.1)-
Method Summary
Methods inherited from interface com.luciad.format.gml3.model.base.ILcdGML3AbstractGML
getId, setId
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsInformationGroup
getAxisLabel, getAxisLabelCount, getUomLabel, getUomLabelCount, setAxisLabels, setUomLabels
Methods inherited from interface com.luciad.format.gml3.model.geometry.ILcdGML3SrsReferenceGroup
getSrsDimension, getSrsName, setSrsDimension, setSrsName
Methods 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.xml
andcom.luciad.format.gml32.xml
.