Uses of Class
com.luciad.format.gml32.model.TLcdGML32AbstractGeometricAggregate
Packages that use TLcdGML32AbstractGeometricAggregate
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
-
Uses of TLcdGML32AbstractGeometricAggregate in com.luciad.format.gml32.model
Subclasses of TLcdGML32AbstractGeometricAggregate in com.luciad.format.gml32.modelModifier and TypeClassDescriptionclassA gml:MultiCurve is defined by one or more gml:AbstractCurves.classgml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.classA gml:MultiPoint consists of one or more gml:Points.classA gml:MultiSolid is defined by one or more gml:AbstractSolids.classA gml:MultiSurface is defined by one or more gml:AbstractSurfaces.Methods in com.luciad.format.gml32.model that return TLcdGML32AbstractGeometricAggregateModifier and TypeMethodDescriptionTLcdGML32MultiGeometryProperty.getAbstractGeometricAggregate()Returns the value of the property that maps to theAbstractGeometricAggregateelement.Methods in com.luciad.format.gml32.model with parameters of type TLcdGML32AbstractGeometricAggregateModifier and TypeMethodDescriptionvoidTLcdGML32MultiGeometryProperty.setAbstractGeometricAggregate(TLcdGML32AbstractGeometricAggregate aValue) Sets the value of the property that maps to theAbstractGeometricAggregateelement.