Uses of Enum Class
com.luciad.format.gml32.model.ELcdGML32Aggregation
Package
Description
Provides domain model classes and utility classes for modeling GML 3.2 data.
This package implements the UML conceptual schema defined in ISO19139:2007, in paragraph 7.4.4.3.
-
Uses of ELcdGML32Aggregation in com.luciad.format.gml32.model
Modifier and TypeMethodDescriptionstatic ELcdGML32Aggregation
TLcdGML32AbstractParametricCurveSurface.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.TLcdGML32CompositeSolid.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.TLcdGML32CompositeSurface.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.TLcdGML32CompositeValue.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.TLcdGML32Dictionary.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.TLcdGML32GeometricComplex.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.TLcdGML32Shell.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.static ELcdGML32Aggregation
Returns the enum constant of this class with the specified name.static ELcdGML32Aggregation[]
ELcdGML32Aggregation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TLcdGML32AbstractParametricCurveSurface.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.void
TLcdGML32CompositeSolid.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.void
TLcdGML32CompositeSurface.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.void
TLcdGML32CompositeValue.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.void
TLcdGML32Dictionary.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.void
TLcdGML32GeometricComplex.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.void
TLcdGML32Shell.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.static String
ELcdGML32Aggregation.toValue
(ELcdGML32Aggregation aValue) -
Uses of ELcdGML32Aggregation in com.luciad.format.metadata.model.crsitem
Modifier and TypeMethodDescriptionTLcdISO19115CoordinateSystemAlt.getAggregationType()
Returns the value of the property that maps to theaggregationType
attribute.Modifier and TypeMethodDescriptionvoid
TLcdISO19115CoordinateSystemAlt.setAggregationType
(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationType
attribute.