Uses of Enum Class
com.luciad.format.gml32.model.ELcdGML32Aggregation
Packages that use 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
Methods in com.luciad.format.gml32.model that return ELcdGML32AggregationModifier and TypeMethodDescriptionstatic ELcdGML32AggregationTLcdGML32AbstractParametricCurveSurface.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.TLcdGML32CompositeSolid.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.TLcdGML32CompositeSurface.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.TLcdGML32CompositeValue.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.TLcdGML32Dictionary.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.TLcdGML32GeometricComplex.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.TLcdGML32Shell.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.static ELcdGML32AggregationReturns 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.Methods in com.luciad.format.gml32.model with parameters of type ELcdGML32AggregationModifier and TypeMethodDescriptionvoidTLcdGML32AbstractParametricCurveSurface.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.voidTLcdGML32CompositeSolid.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.voidTLcdGML32CompositeSurface.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.voidTLcdGML32CompositeValue.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.voidTLcdGML32Dictionary.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.voidTLcdGML32GeometricComplex.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.voidTLcdGML32Shell.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.static StringELcdGML32Aggregation.toValue(ELcdGML32Aggregation aValue) -
Uses of ELcdGML32Aggregation in com.luciad.format.metadata.model.crsitem
Methods in com.luciad.format.metadata.model.crsitem that return ELcdGML32AggregationModifier and TypeMethodDescriptionTLcdISO19115CoordinateSystemAlt.getAggregationType()Returns the value of the property that maps to theaggregationTypeattribute.Methods in com.luciad.format.metadata.model.crsitem with parameters of type ELcdGML32AggregationModifier and TypeMethodDescriptionvoidTLcdISO19115CoordinateSystemAlt.setAggregationType(ELcdGML32Aggregation aValue) Sets the value of the property that maps to theaggregationTypeattribute.