Package org.opengis.geometry.coordinate
Interface BilinearGrid
-
- All Superinterfaces:
GenericSurface
,GriddedSurface
,ParametricCurveSurface
,SurfacePatch
@UML(identifier="GM_BilinearGrid", specification=ISO_19107) public interface BilinearGrid extends GriddedSurface
A gridded surface that uses line strings as the horizontal and vertical curves. This is not a polygonal surface, since each of the grid squares is a ruled surface, and not necessarily planar.- Since:
- GeoAPI 2.0
- Author:
- Martin Desruisseaux (IRD)
-
-
Method Summary
-
Methods inherited from interface GenericSurface
getArea, getPerimeter, getUpNormal
-
Methods inherited from interface GriddedSurface
getColumns, getControlPoints, getRows
-
Methods inherited from interface ParametricCurveSurface
getHorizontalCurveType, getVerticalCurveType, horizontalCurve, surface, verticalCurve
-
Methods inherited from interface SurfacePatch
getBoundary, getInterpolation, getNumDerivativesOnBoundary, getSurface
-
-