@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, getRows
getHorizontalCurveType, getVerticalCurveType, horizontalCurve, surface, verticalCurve
getBoundary, getInterpolation, getNumDerivativesOnBoundary, getSurface
getArea, 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.