Package org.opengis.metadata.spatial
Interface GeolocationInformation
-
- All Known Subinterfaces:
GCPCollection
@UML(identifier="MI_GeolocationInformation", specification=ISO_19115_2) public interface GeolocationInformation
Information used to determine geographic location corresponding to image location.- Since:
- 2.3
- Version:
- 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<? extends DataQuality>
getQualityInfo()
Provides an overall assessment of quality of geolocation information.
-
-
-
Method Detail
-
getQualityInfo
@UML(identifier="qualityInfo", obligation=OPTIONAL, specification=ISO_19115_2) java.util.Collection<? extends DataQuality> getQualityInfo()
Provides an overall assessment of quality of geolocation information.- Returns:
- An overall assessment of quality of geolocation information.
-
-