Interface ILcdGML3LinearRingProperty
public interface ILcdGML3LinearRingProperty
Deprecated.
Interface for the
gml:LinearRingPropertyType
type.
Encapsulates a ring to represent properties in features or geometry collections.
(GML Specification, v3.1.0, paragraph 9.2.2.9)-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the linear ring contained in this propertyvoid
setLinearRing
(ILcdGML3LinearRing aRing) Deprecated.Sets the linear ring to be contained in this property.
-
Method Details
-
getLinearRing
ILcdGML3LinearRing getLinearRing()Deprecated.Returns the linear ring contained in this property- Returns:
- the linear ring contained in this property
-
setLinearRing
Deprecated.Sets the linear ring to be contained in this property.- Parameters:
aRing
- the linear 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.xml
andcom.luciad.format.gml32.xml
.