Uses of Class
com.luciad.format.gml31.model.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
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
class
A gml:MultiPoint consists of one or more gml:Points.class
A MultiPolygon is defined by one or more Polygons, referenced through polygonMember elements.class
A MultiSolid is defined by one or more Solids, referenced through solidMember elements.class
A gml:MultiSurface is defined by one or more gml:AbstractSurfaces.Modifier and TypeMethodDescriptionTLcdGML31MultiGeometryProperty.getGeometricAggregate()
Returns the value of the property that maps to the_GeometricAggregate
element.Modifier and TypeMethodDescriptionvoid
TLcdGML31MultiGeometryProperty.setGeometricAggregate
(TLcdGML31AbstractGeometricAggregate aValue) Sets the value of the property that maps to the_GeometricAggregate
element.