Interface ILcdGML3RingProperty
public interface ILcdGML3RingProperty
Deprecated.
Interface for the
gml:RingPropertyType type.
Encapsulates a ring to represent properties in features or geometry collections.
(GML Specification, v3.1.0, paragraph 10.2.2.9)-
Method Summary
Modifier and TypeMethodDescriptiongetRing()Deprecated.Returns the ring contained in this property.voidsetRing(ILcdGML3Ring aRing) Deprecated.Sets the ring to be contained in this property.
-
Method Details
-
getRing
ILcdGML3Ring getRing()Deprecated.Returns the ring contained in this property.- Returns:
- the ring contained in this property.
-
setRing
Deprecated.Sets the ring to be contained in this property.- Parameters:
aRing- the ring to be contained in this property.
-
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.