Uses of Interface
org.deegree.geometry.primitive.patches.GriddedSurfacePatch

Packages that use GriddedSurfacePatch
org.deegree.geometry   
org.deegree.geometry.primitive.patches   
org.deegree.geometry.standard.surfacepatches   
 

Uses of GriddedSurfacePatch in org.deegree.geometry
 

Methods in org.deegree.geometry that return GriddedSurfacePatch
 GriddedSurfacePatch GeometryFactory.createGriddedSurfacePatch(List<Points> grid)
          Creates a GriddedSurfacePatch from the given list of points, each element denotes a row in the grid.
 

Uses of GriddedSurfacePatch in org.deegree.geometry.primitive.patches
 

Subinterfaces of GriddedSurfacePatch in org.deegree.geometry.primitive.patches
 interface Cone
          The Cone class represents (according to GML-3.1 spec ) a gridded surface given as a family of conic sections whose control points vary linearly.
 interface Cylinder
          The Cylinder class represents (according to the GML-3.1 spec) 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 Sphere
          The Sphere class represents (according to GML-3.1 spec) a gridded surface given as a family of circles whose positions vary linearly along the axis of the sphere, and whose radius varies in proportions to the cosine function of the central angle.
 

Uses of GriddedSurfacePatch in org.deegree.geometry.standard.surfacepatches
 

Classes in org.deegree.geometry.standard.surfacepatches that implement GriddedSurfacePatch
 class DefaultCone
          TODO add class documentation here.
 class DefaultCylinder
          TODO add class documentation here.
 class DefaultGriddedSurfacePatch
          TODO add class documentation here.
 class DefaultSphere
          TODO add class documentation here.
 



Copyright © 2011. All Rights Reserved.