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 ILcdGML3AbstractRingProperty
gml:AbstractRingPropertyType
type.
Encapsulates a ring to represent the surface boundary property of a surface.
(GML Specification, v3.1.0, paragraph 9.2.2.7)Modifier and Type | Method and Description |
---|---|
ILcdGML3AbstractRing |
getRing()
Deprecated.
Returns the ring contained in this property>
|
void |
setRing(ILcdGML3AbstractRing aRing)
Deprecated.
Sets the ring to be contained in this property.
|
ILcdGML3AbstractRing getRing()
void setRing(ILcdGML3AbstractRing aRing)
aRing
- the ring to be contained in this property.