Uses of Interface
org.deegree.geometry.primitive.PolyhedralSurface

Packages that use PolyhedralSurface
org.deegree.geometry   
org.deegree.geometry.standard.primitive   
org.deegree.gml.geometry   
 

Uses of PolyhedralSurface in org.deegree.geometry
 

Methods in org.deegree.geometry that return PolyhedralSurface
 PolyhedralSurface GeometryFactory.createPolyhedralSurface(String id, ICRS crs, List<PolygonPatch> memberPatches)
          Creates a PolyhedralSurface.
 

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

Classes in org.deegree.geometry.standard.primitive that implement PolyhedralSurface
 class DefaultPolyhedralSurface
          Default implementation of PolyhedralSurface.
 

Uses of PolyhedralSurface in org.deegree.gml.geometry
 

Methods in org.deegree.gml.geometry that return PolyhedralSurface
 PolyhedralSurface GML3GeometryReader.parsePolyhedralSurface(XMLStreamReaderWrapper xmlStream, ICRS defaultCRS)
          Returns the object representation of a (<gml:PolyhedralSurface>) element.
 



Copyright © 2011. All Rights Reserved.