GeoAPI 2.0
Build 2005-06-08

org.opengis.metadata.spatial
Interface GridSpatialRepresentation

All Superinterfaces:
SpatialRepresentation
All Known Subinterfaces:
Georectified, Georeferenceable

@UML(identifier="MD_GridSpatialRepresentation",
     specification=ISO_19115)
public interface GridSpatialRepresentation
extends SpatialRepresentation

Basic information required to uniquely identify a resource or resources.

Since:
GeoAPI 2.0
Version:
Abstract specification 5.0

Method Summary
 List<Dimension> getAxisDimensionsProperties()
          Information about spatial-temporal axis properties.
 CellGeometry getCellGeometry()
          Identification of grid data as point or cell.
 int getNumberOfDimensions()
          Number of independent spatial-temporal axes.
 boolean isTransformationParameterAvailable()
          Indication of whether or not parameters for transformation exists.
 

Method Detail

getNumberOfDimensions

@UML(identifier="numberOfDimensions",
     obligation=MANDATORY,
     specification=ISO_19115)
int getNumberOfDimensions()
Number of independent spatial-temporal axes.


getAxisDimensionsProperties

@UML(identifier="axisDimensionsProperties",
     obligation=MANDATORY,
     specification=ISO_19115)
List<Dimension> getAxisDimensionsProperties()
Information about spatial-temporal axis properties.


getCellGeometry

@UML(identifier="cellGeometry",
     obligation=MANDATORY,
     specification=ISO_19115)
CellGeometry getCellGeometry()
Identification of grid data as point or cell.


isTransformationParameterAvailable

@UML(identifier="transformationParameterAvailability",
     obligation=MANDATORY,
     specification=ISO_19115)
boolean isTransformationParameterAvailable()
Indication of whether or not parameters for transformation exists.


GeoAPI 2.0
Build 2005-06-08

Symbols, terms and definitions
Copyright OpenGIS® Consortium