Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractRing
Packages that use TLcdGML32AbstractRing
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32AbstractRing in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractRing in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclass
Model class for the GML Linear Ring Type.class
A ring is used to represent a single connected component of a surface boundary as specified in ISO 19107:2003, 6.3.6.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractRingModifier and TypeMethodDescriptionTLcdGML32AbstractRingProperty.getAbstractRing()
Returns the value of the property that maps to theAbstractRing
element.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractRingModifier and TypeMethodDescriptionvoid
TLcdGML32AbstractRingProperty.setAbstractRing
(TLcdGML32AbstractRing aValue) Sets the value of the property that maps to theAbstractRing
element.