|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SurfacePatch | |
---|---|
org.opengis.geometry.coordinate | Set of geometric objects. |
org.opengis.geometry.primitive | Set of geometric objects that are not decomposed further into other primitives. |
Uses of SurfacePatch in org.opengis.geometry.coordinate |
---|
Subinterfaces of SurfacePatch in org.opengis.geometry.coordinate | |
---|---|
interface |
BicubicGrid
A gridded surface that uses cubic polynomial splines as the horizontal and vertical curves. |
interface |
BilinearGrid
A gridded surface that uses line strings as the horizontal and vertical curves. |
interface |
BSplineSurface
A rational or polynomial parametric surface that is represented by control points, basis functions and possibly weights. |
interface |
Cone
A gridded surface given as a family of conic sections whose control points vary linearly. |
interface |
Cylinder
A gridded surface given as a family of circles whose positions vary along a set of parallel lines, keeping the cross sectional horizontal curves of a constant shape. |
interface |
GriddedSurface
A parametric curve surface defined from a rectangular grid in the parameter space. |
interface |
ParametricCurveSurface
The surface patches that make up the parametric curve surfaces. |
interface |
Polygon
A surface patch that is defined by a set of boundary curves and an underlying surface to which these curves adhere. |
interface |
Sphere
A gridded surface given as a family of circles whose positions vary linearly along the axis of the sphere, and whose radius varies in proportion to the cosine function of the central angle. |
interface |
Triangle
A planar polygon defined by 3 corners. |
Uses of SurfacePatch in org.opengis.geometry.primitive |
---|
Methods in org.opengis.geometry.primitive that return types with arguments of type SurfacePatch | |
---|---|
List<? extends SurfacePatch> |
Surface.getPatches()
Relates this Surface to a set of surface patches that
shall be joined together to form this surface. |
Method parameters in org.opengis.geometry.primitive with type arguments of type SurfacePatch | |
---|---|
Surface |
PrimitiveFactory.createSurface(List<SurfacePatch> surfaces)
Takes a list of surface patches with the appropriate side-toside relationships and creates a surface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |