Uses of Interface
org.opengis.metadata.identification.AggregateInformation
-
Packages that use AggregateInformation Package Description org.geotools.metadata.iso.identification Identification implementation.org.opengis.metadata.identification Identification information (includes data and service identification). -
-
Uses of AggregateInformation in org.geotools.metadata.iso.identification
Methods in org.geotools.metadata.iso.identification that return types with arguments of type AggregateInformation Modifier and Type Method Description Collection<AggregateInformation>
IdentificationImpl. getAggregationInfo()
Provides aggregate dataset information.Method parameters in org.geotools.metadata.iso.identification with type arguments of type AggregateInformation Modifier and Type Method Description void
IdentificationImpl. setAggregationInfo(Collection<? extends AggregateInformation> newValues)
Sets aggregate dataset information. -
Uses of AggregateInformation in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type AggregateInformation Modifier and Type Method Description Collection<? extends AggregateInformation>
Identification. getAggregationInfo()
Provides aggregate dataset information.
-