Uses of Interface
com.luciad.format.gml3.model.geometry.ILcdGML3AbstractRingProperty
Package
Description
Contains domain model interfaces for the GML3 geometry schema.
-
Uses of ILcdGML3AbstractRingProperty in com.luciad.format.gml3.model.geometry
Modifier and TypeMethodDescriptionILcdGML3Polygon.getExterior()
Deprecated.Returns the ring property that defines the exterior of this polygon.ILcdGML3PolygonPatch.getExterior()
Deprecated.Returns the ring property that defines the exterior of this polygon patch.ILcdGML3Polygon.getInterior
(int aIndex) Deprecated.Returns the interior ring property at the given index.ILcdGML3PolygonPatch.getInterior
(int aIndex) Deprecated.Returns the interior ring property at the given index.Modifier and TypeMethodDescriptionvoid
ILcdGML3Polygon.setExterior
(ILcdGML3AbstractRingProperty aRingProperty) Deprecated.Sets the ring property that defines the exterior of this polygon.void
ILcdGML3PolygonPatch.setExterior
(ILcdGML3AbstractRingProperty aRingProperty) Deprecated.Sets the ring property that defines the exterior of this polygon patch.void
ILcdGML3Polygon.setInteriors
(ILcdGML3AbstractRingProperty[] aRingProperty) Deprecated.Sets the ring properties that define the interior of this polygon.void
ILcdGML3PolygonPatch.setInteriors
(ILcdGML3AbstractRingProperty[] aRingProperties) Deprecated.Sets the ring properties that define the interior of this polygon patch.