Uses of Class
org.deegree.feature.types.property.SimplePropertyType

Packages that use SimplePropertyType
org.deegree.feature.persistence.shape   
org.deegree.feature.property   
org.deegree.feature.types   
org.deegree.gml.props   
 

Uses of SimplePropertyType in org.deegree.feature.persistence.shape
 

Methods in org.deegree.feature.persistence.shape that return types with arguments of type SimplePropertyType
 HashMap<SimplePropertyType,Property> DBFReader.getEntry(int num)
           
 

Uses of SimplePropertyType in org.deegree.feature.property
 

Methods in org.deegree.feature.property that return SimplePropertyType
 SimplePropertyType SimpleProperty.getType()
           
 

Constructors in org.deegree.feature.property with parameters of type SimplePropertyType
SimpleProperty(SimplePropertyType pt, String value)
           
 

Uses of SimplePropertyType in org.deegree.feature.types
 

Methods in org.deegree.feature.types that return SimplePropertyType
 SimplePropertyType DynamicFeatureType.addSimplePropertyDeclaration(PropertyType pre, QName propName)
          Adds a new SimplePropertyType declaration.
 

Uses of SimplePropertyType in org.deegree.gml.props
 

Fields in org.deegree.gml.props declared as SimplePropertyType
static SimplePropertyType GMLStdPropsImpl.PT_DESCRIPTION_GML2
          GML 2 standard property type 'gml:description'
static SimplePropertyType GMLStdPropsImpl.PT_NAME_GML2
          GML 2 standard property type 'gml:name'
 



Copyright © 2011. All Rights Reserved.