Uses of Class
org.n52.shetland.ogc.gml.Aggregation
-
Packages that use Aggregation Package Description org.n52.shetland.ogc.gml -
-
Uses of Aggregation in org.n52.shetland.ogc.gml
Methods in org.n52.shetland.ogc.gml that return Aggregation Modifier and Type Method Description AggregationAbstractCoordinateSystem. getAggregation()static AggregationAggregation. valueOf(String name)Returns the enum constant of this type with the specified name.static Aggregation[]Aggregation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.ogc.gml with parameters of type Aggregation Modifier and Type Method Description AbstractCoordinateSystemAbstractCoordinateSystem. setAggregation(Aggregation aggregation)
-