Package 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:
 - 2.0
 
 
- 
- 
Method Summary
Modifier and Type Method Description default List<? extends Dimension>getAxisDimensionProperties()Information about spatial-temporal axis properties.CellGeometrygetCellGeometry()Identification of grid data as point or cell.IntegergetNumberOfDimensions()Number of independent spatial-temporal axes.booleanisTransformationParameterAvailable()Indication of whether or not parameters for transformation exists. 
 - 
 
- 
- 
Method Detail
- 
getNumberOfDimensions
@UML(identifier="numberOfDimensions", obligation=MANDATORY, specification=ISO_19115) Integer getNumberOfDimensions()
Number of independent spatial-temporal axes.- Returns:
 - number of independent spatial-temporal axes.
 
 
- 
getAxisDimensionProperties
@UML(identifier="axisDimensionProperties", obligation=OPTIONAL, specification=ISO_19115) default List<? extends Dimension> getAxisDimensionProperties()
Information about spatial-temporal axis properties.- Returns:
 - 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.- Returns:
 - 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.- Returns:
 - whether or not parameters for transformation exists.
 
 
 - 
 
 -