GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.spatial
Interface Georeferenceable

All Superinterfaces:
GridSpatialRepresentation, SpatialRepresentation

@UML(identifier="MD_Georeferenceable",
     specification=ISO_19115)
public interface Georeferenceable
extends GridSpatialRepresentation

Grid 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.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0

Method Summary
 InternationalString getOrientationParameterDescription()
          Description of parameters used to describe sensor orientation.
 Collection<Citation> getParameterCitation()
          Reference providing description of the parameters.
 Object getParameters()
          Terms which support grid data georeferencing.
 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
getAxisDimensionsProperties, getCellGeometry, getNumberOfDimensions, isTransformationParameterAvailable
 

Method Detail

isControlPointAvailable

@UML(identifier="controlPointAvailability",
     obligation=MANDATORY,
     specification=ISO_19115)
boolean isControlPointAvailable()
Indication of whether or not control point(s) exists.


isOrientationParameterAvailable

@UML(identifier="orientationParameterAvailability",
     obligation=MANDATORY,
     specification=ISO_19115)
boolean isOrientationParameterAvailable()
Indication of whether or not orientation parameters are available.


getOrientationParameterDescription

@UML(identifier="orientationParameterDescription",
     obligation=OPTIONAL,
     specification=ISO_19115)
InternationalString getOrientationParameterDescription()
Description of parameters used to describe sensor orientation.


getParameters

@UML(identifier="parameters",
     obligation=OPTIONAL,
     specification=ISO_19115)
Object getParameters()
Terms which support grid data georeferencing.


REVISIT OPEN ISSUE (a GeoAPI comment)
Return type in UML is Record.

getParameterCitation

@UML(identifier="parameterCitation",
     obligation=OPTIONAL,
     specification=ISO_19115)
Collection<Citation> getParameterCitation()
Reference providing description of the parameters.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium