com.luciad.format.gml3.*
packages are replaced by new decoders and encoders in the
packages com.luciad.format.gml2.xml
, com.luciad.format.gml31.xml
and
com.luciad.format.gml32.xml
.public interface ILcdGML3LinearRingProperty
gml:LinearRingPropertyType
type.
Encapsulates a ring to represent properties in features or geometry collections.
(GML Specification, v3.1.0, paragraph 9.2.2.9)Modifier and Type | Method and Description |
---|---|
ILcdGML3LinearRing |
getLinearRing()
Deprecated.
Returns the linear ring contained in this property>
|
void |
setLinearRing(ILcdGML3LinearRing aRing)
Deprecated.
Sets the linear ring to be contained in this property.
|
ILcdGML3LinearRing getLinearRing()
void setLinearRing(ILcdGML3LinearRing aRing)
aRing
- the linear ring to be contained in this property.