Interface ILcdGML3Point
- All Superinterfaces:
ILcdGML3AbstractGeometricPrimitive,ILcdGML3AbstractGeometry,ILcdGML3AbstractGML,ILcdGML3SrsInformationGroup,ILcdGML3SrsReferenceGroup,ILcdGML3StandardObjectProperties
Deprecated.
Interface for the
gml:PointType type.
A Point is defined by a single coordinate tuple.
(GML Specification, v3.1.0, paragraph 9.2.1.2)-
Method Summary
Modifier and TypeMethodDescriptiongetPos()Deprecated.Returns the direct position that defines this point.voidsetPos(ILcdGML3DirectPosition aPos) Deprecated.Sets the direct position that defines this point.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
-
Method Details
-
getPos
ILcdGML3DirectPosition getPos()Deprecated.Returns the direct position that defines this point.- Returns:
- the direct position that defines this point.
-
setPos
Deprecated.Sets the direct position that defines this point.- Parameters:
aPos- the direct position that defines this point.
-
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.