Uses of Class
org.deegree.geometry.primitive.patches.GriddedSurfacePatch.GriddedSurfaceType

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

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

Methods in org.deegree.geometry.primitive.patches that return GriddedSurfacePatch.GriddedSurfaceType
 GriddedSurfacePatch.GriddedSurfaceType Cone.getGriddedSurfaceType()
          Must always return CONE.
 GriddedSurfacePatch.GriddedSurfaceType Sphere.getGriddedSurfaceType()
          Must always return SPHERE.
 GriddedSurfacePatch.GriddedSurfaceType GriddedSurfacePatch.getGriddedSurfaceType()
          Returns the type of gridded surface, the type determines the horizontal and vertical curve types used for interpolation.
 GriddedSurfacePatch.GriddedSurfaceType Cylinder.getGriddedSurfaceType()
          Must always return CYLINDER.
static GriddedSurfacePatch.GriddedSurfaceType GriddedSurfacePatch.GriddedSurfaceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GriddedSurfacePatch.GriddedSurfaceType[] GriddedSurfacePatch.GriddedSurfaceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.deegree.geometry.standard.surfacepatches that return GriddedSurfacePatch.GriddedSurfaceType
 GriddedSurfacePatch.GriddedSurfaceType DefaultGriddedSurfacePatch.getGriddedSurfaceType()
           
 GriddedSurfacePatch.GriddedSurfaceType DefaultSphere.getGriddedSurfaceType()
           
 GriddedSurfacePatch.GriddedSurfaceType DefaultCylinder.getGriddedSurfaceType()
           
 GriddedSurfacePatch.GriddedSurfaceType DefaultCone.getGriddedSurfaceType()
           
 



Copyright © 2011. All Rights Reserved.