Uses of Class
org.deegree.feature.types.property.GeometryPropertyType.CoordinateDimension

Packages that use GeometryPropertyType.CoordinateDimension
org.deegree.feature.persistence.sql   
org.deegree.feature.persistence.sql.rules   
org.deegree.feature.types.property   
 

Uses of GeometryPropertyType.CoordinateDimension in org.deegree.feature.persistence.sql
 

Methods in org.deegree.feature.persistence.sql that return GeometryPropertyType.CoordinateDimension
 GeometryPropertyType.CoordinateDimension GeometryStorageParams.getDim()
          Returns the coordinate dimension.
 

Constructors in org.deegree.feature.persistence.sql with parameters of type GeometryPropertyType.CoordinateDimension
GeometryStorageParams(ICRS crs, String srid, GeometryPropertyType.CoordinateDimension dim)
          Creates a new GeometryStorageParams instance.
 

Uses of GeometryPropertyType.CoordinateDimension in org.deegree.feature.persistence.sql.rules
 

Methods in org.deegree.feature.persistence.sql.rules that return GeometryPropertyType.CoordinateDimension
 GeometryPropertyType.CoordinateDimension GeometryMapping.getDim()
           
 

Uses of GeometryPropertyType.CoordinateDimension in org.deegree.feature.types.property
 

Methods in org.deegree.feature.types.property that return GeometryPropertyType.CoordinateDimension
 GeometryPropertyType.CoordinateDimension GeometryPropertyType.getCoordinateDimension()
           
static GeometryPropertyType.CoordinateDimension GeometryPropertyType.CoordinateDimension.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeometryPropertyType.CoordinateDimension[] GeometryPropertyType.CoordinateDimension.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.deegree.feature.types.property with parameters of type GeometryPropertyType.CoordinateDimension
GeometryPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, GeometryPropertyType.GeometryType geomType, GeometryPropertyType.CoordinateDimension dim, ValueRepresentation representation)
           
GeometryPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, Set<GeometryPropertyType.GeometryType> geomTypes, GeometryPropertyType.CoordinateDimension dim, ValueRepresentation representation)
           
 



Copyright © 2011. All Rights Reserved.