Uses of Class
org.deegree.geometry.primitive.Solid.SolidType

Packages that use Solid.SolidType
org.deegree.geometry.composite   
org.deegree.geometry.primitive   
org.deegree.geometry.refs   
org.deegree.geometry.standard.composite   
org.deegree.geometry.standard.primitive   
 

Uses of Solid.SolidType in org.deegree.geometry.composite
 

Methods in org.deegree.geometry.composite that return Solid.SolidType
 Solid.SolidType CompositeSolid.getSolidType()
          Must always return Solid.SolidType#CompositeSolid.
 

Uses of Solid.SolidType in org.deegree.geometry.primitive
 

Methods in org.deegree.geometry.primitive that return Solid.SolidType
 Solid.SolidType Solid.getSolidType()
          Returns the type of solid.
static Solid.SolidType Solid.SolidType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Solid.SolidType[] Solid.SolidType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Solid.SolidType in org.deegree.geometry.refs
 

Methods in org.deegree.geometry.refs that return Solid.SolidType
 Solid.SolidType SolidReference.getSolidType()
           
 

Uses of Solid.SolidType in org.deegree.geometry.standard.composite
 

Methods in org.deegree.geometry.standard.composite that return Solid.SolidType
 Solid.SolidType DefaultCompositeSolid.getSolidType()
           
 

Uses of Solid.SolidType in org.deegree.geometry.standard.primitive
 

Methods in org.deegree.geometry.standard.primitive that return Solid.SolidType
 Solid.SolidType DefaultSolid.getSolidType()
           
 



Copyright © 2011. All Rights Reserved.