Uses of Class
com.luciad.format.gml32.model.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
Modifier and TypeClassDescriptionclass
A gml:MultiCurve is defined by one or more gml:AbstractCurves.class
gml:MultiGeometry is a collection of one or more GML geometry objects of arbitrary type.class
A gml:MultiPoint consists of one or more gml:Points.class
A gml:MultiSolid is defined by one or more gml:AbstractSolids.class
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.Modifier and TypeMethodDescriptionTLcdGML32MultiGeometryProperty.getAbstractGeometricAggregate()
Returns the value of the property that maps to theAbstractGeometricAggregate
element.Modifier and TypeMethodDescriptionvoid
TLcdGML32MultiGeometryProperty.setAbstractGeometricAggregate
(TLcdGML32AbstractGeometricAggregate aValue) Sets the value of the property that maps to theAbstractGeometricAggregate
element.