@UML(identifier="GM_BicubicGrid", specification=ISO_19107) public interface BicubicGrid extends GriddedSurface
The horizontal and vertical curves require initial and final tangent vectors for a complete definition. These values are supplied by the four methods defined in this interface.
| Modifier and Type | Method and Description |
|---|---|
List<double[]> |
getHorizontalVectorAtEnd()
Returns the initial tangent vectors.
|
List<double[]> |
getHorizontalVectorAtStart()
Returns the initial tangent vectors.
|
List<double[]> |
getVerticalVectorAtEnd()
Returns the initial tangent vectors.
|
List<double[]> |
getVerticalVectorAtStart()
Returns the initial tangent vectors.
|
getColumns, getControlPoints, getRowsgetHorizontalCurveType, getVerticalCurveType, horizontalCurve, surface, verticalCurvegetBoundary, getInterpolation, getNumDerivativesOnBoundary, getSurfacegetArea, getPerimeter, getUpNormal@UML(identifier="horiVectorAtStart", obligation=MANDATORY, specification=ISO_19107) List<double[]> getHorizontalVectorAtStart()
@UML(identifier="horiVectorAtEnd", obligation=MANDATORY, specification=ISO_19107) List<double[]> getHorizontalVectorAtEnd()
@UML(identifier="vertVectorAtStart", obligation=MANDATORY, specification=ISO_19107) List<double[]> getVerticalVectorAtStart()
@UML(identifier="vertVectorAtEnd", obligation=MANDATORY, specification=ISO_19107) List<double[]> getVerticalVectorAtEnd()
Copyright © 1996–2019 Geotools. All rights reserved.