Package uk.ac.rdg.resc.edal.grid
Interface RectilinearGrid
-
- All Superinterfaces:
DiscreteDomain<HorizontalPosition,GridCell2D>,DiscreteHorizontalDomain<GridCell2D>,Domain<HorizontalPosition>,HorizontalDomain,HorizontalGrid,Serializable
- All Known Subinterfaces:
RegularGrid
- All Known Implementing Classes:
MapDomain,RectilinearGridImpl,RegularGridImpl
public interface RectilinearGrid extends HorizontalGrid, Serializable
AHorizontalGridwhose axes in theexternal CRSare aligned with the axes in grid space and are hence separable.- Author:
- Jon Blower
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceableAxis<Double>getXAxis()Gets the x axis of the grid.ReferenceableAxis<Double>getYAxis()Gets the y axis of the grid.-
Methods inherited from interface uk.ac.rdg.resc.edal.domain.HorizontalDomain
getBoundingBox, getCoordinateReferenceSystem, getGeographicBoundingBox
-
Methods inherited from interface uk.ac.rdg.resc.edal.grid.HorizontalGrid
equals, findIndexOf, getDomainObjects, getXSize, getYSize, hashCode, size
-
-
-
-
Method Detail
-
getXAxis
ReferenceableAxis<Double> getXAxis()
Gets the x axis of the grid.
-
getYAxis
ReferenceableAxis<Double> getYAxis()
Gets the y axis of the grid.
-
-