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

Packages that use SurfacePatch
org.deegree.geometry   
org.deegree.geometry.primitive   
org.deegree.geometry.primitive.patches   
org.deegree.geometry.refs   
org.deegree.geometry.standard.composite   
org.deegree.geometry.standard.primitive   
org.deegree.geometry.standard.surfacepatches   
org.deegree.geometry.validation   
org.deegree.gml.geometry   
 

Uses of SurfacePatch in org.deegree.geometry
 

Methods in org.deegree.geometry that return SurfacePatch
 SurfacePatch GeometryInspector.inspect(SurfacePatch patch)
          Invokes the inspection of the given SurfacePatch.
 

Methods in org.deegree.geometry with parameters of type SurfacePatch
 SurfacePatch GeometryInspector.inspect(SurfacePatch patch)
          Invokes the inspection of the given SurfacePatch.
 

Method parameters in org.deegree.geometry with type arguments of type SurfacePatch
 Surface GeometryFactory.createSurface(String id, List<SurfacePatch> patches, ICRS crs)
          Creates a Surface that consists of a number of SurfacePatch instances.
 

Uses of SurfacePatch in org.deegree.geometry.primitive
 

Methods in org.deegree.geometry.primitive that return types with arguments of type SurfacePatch
 List<? extends SurfacePatch> Surface.getPatches()
          Returns the patches that constitute this surface.
 

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

Subinterfaces of SurfacePatch 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 GriddedSurfacePatch
          A GriddedSurfacePatch is a (usually non-planar) parametric SurfacePatch derived from a rectangular grid in the parameter space.
 interface PolygonPatch
          A PolygonPatch is a planar SurfacePatch that is defined by a set of boundary curves and an underlying surface to which these curves adhere.
 interface Rectangle
          A Rectangle is a PolygonPatch defined by four planar points.
 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.
 interface Triangle
          A Triangle is a SurfacePatch defined by three planar points.
 

Uses of SurfacePatch in org.deegree.geometry.refs
 

Methods in org.deegree.geometry.refs that return types with arguments of type SurfacePatch
 List<? extends SurfacePatch> SurfaceReference.getPatches()
           
 

Uses of SurfacePatch in org.deegree.geometry.standard.composite
 

Methods in org.deegree.geometry.standard.composite that return types with arguments of type SurfacePatch
 List<SurfacePatch> DefaultCompositeSurface.getPatches()
           
 

Uses of SurfacePatch in org.deegree.geometry.standard.primitive
 

Fields in org.deegree.geometry.standard.primitive with type parameters of type SurfacePatch
protected  List<? extends SurfacePatch> DefaultSurface.patches
           
 

Methods in org.deegree.geometry.standard.primitive that return types with arguments of type SurfacePatch
 List<? extends SurfacePatch> DefaultOrientableSurface.getPatches()
           
 List<? extends SurfacePatch> DefaultSurface.getPatches()
           
 

Constructor parameters in org.deegree.geometry.standard.primitive with type arguments of type SurfacePatch
DefaultSurface(String id, ICRS crs, PrecisionModel pm, List<? extends SurfacePatch> patches)
          Creates a new DefaultSurface instance from the given parameters.
 

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

Classes in org.deegree.geometry.standard.surfacepatches that implement SurfacePatch
 class DefaultCone
          TODO add class documentation here.
 class DefaultCylinder
          TODO add class documentation here.
 class DefaultGriddedSurfacePatch
          TODO add class documentation here.
 class DefaultPolygonPatch
          Default implementation of PolygonPatch.
 class DefaultRectangle
          Default implementation of Rectangle.
 class DefaultSphere
          TODO add class documentation here.
 class DefaultTriangle
          Default implementation of Triangle.
 

Uses of SurfacePatch in org.deegree.geometry.validation
 

Methods in org.deegree.geometry.validation that return SurfacePatch
 SurfacePatch CoordinateValidityInspector.inspect(SurfacePatch patch)
           
 

Methods in org.deegree.geometry.validation with parameters of type SurfacePatch
 SurfacePatch CoordinateValidityInspector.inspect(SurfacePatch patch)
           
 

Uses of SurfacePatch in org.deegree.gml.geometry
 

Methods in org.deegree.gml.geometry with parameters of type SurfacePatch
protected  void GML3GeometryWriter.exportSurfacePatch(SurfacePatch surfacePatch)
          Exporting a SurfacePatch via the XMLStreamWriter given when the class was constructed
 



Copyright © 2011. All Rights Reserved.