Uses of Class
com.luciad.format.gml31.model.TLcdGML31AbstractGeometricAggregate
Packages that use TLcdGML31AbstractGeometricAggregate
Package
Description
Provides domain model classes and utility classes for modeling GML 3.1 data.
-
Uses of TLcdGML31AbstractGeometricAggregate in com.luciad.format.gml31.model
Subclasses of TLcdGML31AbstractGeometricAggregate in com.luciad.format.gml31.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.classclassA gml:MultiPoint consists of one or more gml:Points.classA MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.classA MultiSolid is defined by one or more Solids, referenced through solidMember elements.classA gml:MultiSurface is defined by one or more gml:AbstractSurfaces.Methods in com.luciad.format.gml31.model that return TLcdGML31AbstractGeometricAggregateModifier and TypeMethodDescriptionTLcdGML31MultiGeometryProperty.getGeometricAggregate()Returns the value of the property that maps to the_GeometricAggregateelement.Methods in com.luciad.format.gml31.model with parameters of type TLcdGML31AbstractGeometricAggregateModifier and TypeMethodDescriptionvoidTLcdGML31MultiGeometryProperty.setGeometricAggregate(TLcdGML31AbstractGeometricAggregate aValue) Sets the value of the property that maps to the_GeometricAggregateelement.