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

Packages that use GeometryPropertyType.GeometryType
org.deegree.feature.persistence.shape   
org.deegree.feature.persistence.sql.config   
org.deegree.feature.persistence.sql.rules   
org.deegree.feature.types.property   
 

Uses of GeometryPropertyType.GeometryType in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that return GeometryPropertyType.GeometryType
 GeometryPropertyType.GeometryType SHPReader.getGeometryType()
           
 

Constructors in org.deegree.feature.persistence.shape with parameters of type GeometryPropertyType.GeometryType
DBFReader(RandomAccessFile in, Charset encoding, QName ftName, GeometryPropertyType.GeometryType geomType, List<org.deegree.feature.persistence.shape.ShapeFeatureStoreProvider.Mapping> mappings)
          Already reads/parses the header.
 

Uses of GeometryPropertyType.GeometryType in org.deegree.feature.persistence.sql.config
 

Methods in org.deegree.feature.persistence.sql.config that return GeometryPropertyType.GeometryType
protected  GeometryPropertyType.GeometryType AbstractMappedSchemaBuilder.getGeometryType(String pgType)
           
 

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

Methods in org.deegree.feature.persistence.sql.rules that return GeometryPropertyType.GeometryType
 GeometryPropertyType.GeometryType GeometryMapping.getType()
           
 

Constructors in org.deegree.feature.persistence.sql.rules with parameters of type GeometryPropertyType.GeometryType
GeometryMapping(ValueReference path, boolean voidable, MappingExpression mapping, GeometryPropertyType.GeometryType type, GeometryStorageParams geometryParams, List<TableJoin> tableChange)
           
 

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

Methods in org.deegree.feature.types.property that return GeometryPropertyType.GeometryType
static GeometryPropertyType.GeometryType GeometryPropertyType.GeometryType.determineMinimalBaseGeometry(Set<GeometryPropertyType.GeometryType> allowedTypes)
           
 GeometryPropertyType.GeometryType GeometryPropertyType.GeometryType.findCommonBaseType(GeometryPropertyType.GeometryType other)
          Find the common base type of this geometry type and another geometry type
static GeometryPropertyType.GeometryType GeometryPropertyType.GeometryType.fromGMLTypeName(String geomString)
          Get the geometry type from the given string, if the type could not be mapped, a GEOMETRY will be returned.
 GeometryPropertyType.GeometryType GeometryPropertyType.getGeometryType()
           
static GeometryPropertyType.GeometryType GeometryPropertyType.GeometryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GeometryPropertyType.GeometryType[] GeometryPropertyType.GeometryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.feature.types.property that return types with arguments of type GeometryPropertyType.GeometryType
 Set<GeometryPropertyType.GeometryType> GeometryPropertyType.getAllowedGeometryTypes()
           
 

Methods in org.deegree.feature.types.property with parameters of type GeometryPropertyType.GeometryType
 GeometryPropertyType.GeometryType GeometryPropertyType.GeometryType.findCommonBaseType(GeometryPropertyType.GeometryType other)
          Find the common base type of this geometry type and another geometry type
 

Method parameters in org.deegree.feature.types.property with type arguments of type GeometryPropertyType.GeometryType
static GeometryPropertyType.GeometryType GeometryPropertyType.GeometryType.determineMinimalBaseGeometry(Set<GeometryPropertyType.GeometryType> allowedTypes)
           
 

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

Constructor parameters in org.deegree.feature.types.property with type arguments of type GeometryPropertyType.GeometryType
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.