|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="MD_Georeferenceable",
specification=ISO_19115)
public interface GeoreferenceableGrid with cells irregularly spaced in any given geographic/map projection coordinate system, whose individual cells can be geolocated using geolocation information supplied with the data but cannot be geolocated from the grid properties alone.
| Method Summary | |
|---|---|
Collection<? extends GeolocationInformation> |
getGeolocationInformation()
Information that can be used to geolocate the data. |
Record |
getGeoreferencedParameters()
Terms which support grid data georeferencing. |
InternationalString |
getOrientationParameterDescription()
Description of parameters used to describe sensor orientation. |
Collection<? extends Citation> |
getParameterCitations()
Reference providing description of the parameters. |
boolean |
isControlPointAvailable()
Indication of whether or not control point(s) exists. |
boolean |
isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available. |
| Methods inherited from interface GridSpatialRepresentation |
|---|
getAxisDimensionProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable |
| Method Detail |
|---|
@UML(identifier="controlPointAvailability",
obligation=MANDATORY,
specification=ISO_19115)
boolean isControlPointAvailable()
@UML(identifier="orientationParameterAvailability",
obligation=MANDATORY,
specification=ISO_19115)
boolean isOrientationParameterAvailable()
@UML(identifier="orientationParameterDescription",
obligation=OPTIONAL,
specification=ISO_19115)
InternationalString getOrientationParameterDescription()
null.
@UML(identifier="georeferencedParameters",
obligation=MANDATORY,
specification=ISO_19115)
Record getGeoreferencedParameters()
@UML(identifier="parameterCitation",
obligation=OPTIONAL,
specification=ISO_19115)
Collection<? extends Citation> getParameterCitations()
@UML(identifier="geolocationInformation",
obligation=MANDATORY,
specification=ISO_19115_2)
Collection<? extends GeolocationInformation> getGeolocationInformation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||