Uses of Interface
org.deegree.feature.types.property.PropertyType

Packages that use PropertyType
org.deegree.feature.persistence.shape   
org.deegree.feature.property   
org.deegree.feature.types   
org.deegree.feature.types.property   
org.deegree.gml.feature   
org.deegree.gml.schema   
 

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

Methods in org.deegree.feature.persistence.shape that return types with arguments of type PropertyType
 LinkedList<PropertyType> DBFReader.getFields()
           
 

Uses of PropertyType in org.deegree.feature.property
 

Methods in org.deegree.feature.property that return PropertyType
 PropertyType GenericProperty.getType()
           
 PropertyType Property.getType()
          Returns the type information for this property.
 

Constructors in org.deegree.feature.property with parameters of type PropertyType
GenericProperty(PropertyType declaration, QName name, TypedObjectNode value)
          Creates a new GenericProperty instance.
GenericProperty(PropertyType declaration, QName name, TypedObjectNode value, boolean isNilled)
           
GenericProperty(PropertyType declaration, QName name, TypedObjectNode value, Map<QName,PrimitiveValue> attrs, List<TypedObjectNode> children)
          Creates a new GenericProperty instance.
GenericProperty(PropertyType declaration, QName name, TypedObjectNode value, Map<QName,PrimitiveValue> attrs, List<TypedObjectNode> children, org.apache.xerces.xs.XSElementDeclaration xsType)
           
GenericProperty(PropertyType declaration, TypedObjectNode value)
          Creates a new GenericProperty instance.
 

Uses of PropertyType in org.deegree.feature.types
 

Methods in org.deegree.feature.types that return PropertyType
 PropertyType FeatureType.getPropertyDeclaration(QName propName)
          Returns the declaration of the property with the given name.
 PropertyType DynamicFeatureType.getPropertyDeclaration(QName propName)
           
 PropertyType GenericFeatureType.getPropertyDeclaration(QName propName)
           
 PropertyType FeatureType.getPropertyDeclaration(QName propName, GMLVersion version)
          Returns the declaration of the property with the given name.
 PropertyType DynamicFeatureType.getPropertyDeclaration(QName propName, GMLVersion version)
           
 PropertyType GenericFeatureType.getPropertyDeclaration(QName propName, GMLVersion version)
           
 

Methods in org.deegree.feature.types that return types with arguments of type PropertyType
 List<PropertyType> GenericAppSchema.getNewPropertyDecls(FeatureType ft)
           
 List<PropertyType> AppSchema.getNewPropertyDecls(FeatureType ft)
          Returns the PropertyTypes from the specified FeatureType declaration that are *not* present in the parent FeatureType or its ancestors.
 List<PropertyType> DynamicAppSchema.getNewPropertyDecls(FeatureType ft)
           
 List<PropertyType> FeatureType.getPropertyDeclarations()
          Returns all property declarations of the feature type, excluding those that any GML feature allows for.
 List<PropertyType> DynamicFeatureType.getPropertyDeclarations()
           
 List<PropertyType> GenericFeatureType.getPropertyDeclarations()
           
 List<PropertyType> FeatureType.getPropertyDeclarations(GMLVersion version)
          Returns all property declarations of the feature type, including those that any GML feature allows for.
 List<PropertyType> DynamicFeatureType.getPropertyDeclarations(GMLVersion version)
           
 List<PropertyType> GenericFeatureType.getPropertyDeclarations(GMLVersion version)
           
 

Methods in org.deegree.feature.types with parameters of type PropertyType
 FeaturePropertyType DynamicFeatureType.addFeaturePropertyDeclaration(PropertyType pre, QName propName, FeatureType valueFt)
          Adds a new FeaturePropertyType declaration.
 GeometryPropertyType DynamicFeatureType.addGeometryPropertyDeclaration(PropertyType pre, QName propName)
          Adds a new GeometryPropertyType declaration.
 SimplePropertyType DynamicFeatureType.addSimplePropertyDeclaration(PropertyType pre, QName propName)
          Adds a new SimplePropertyType declaration.
 

Constructor parameters in org.deegree.feature.types with type arguments of type PropertyType
GenericFeatureCollectionType(QName name, List<PropertyType> propDecls, boolean isAbstract)
           
GenericFeatureType(QName name, List<PropertyType> propDecls, boolean isAbstract)
           
 

Uses of PropertyType in org.deegree.feature.types.property
 

Classes in org.deegree.feature.types.property that implement PropertyType
 class AbstractPropertyType
          Abstract base class for PropertyTypes that defines common fields and methods.
 class ArrayPropertyType
          PropertyType that defines a property with a TypedObjectNodeArray value.
 class CodePropertyType
          PropertyType that defines a property with a CodeType value.
 class CustomPropertyType
          PropertyType that defines a property with a user-defined value type.
 class EnvelopePropertyType
          PropertyType that defines a property with an Envelope value.
 class FeaturePropertyType
          ObjectPropertyType that defines a property with a Feature value.
 class GeometryPropertyType
          ObjectPropertyType that defines a property with a Geometry value.
 class LengthPropertyType
           
 class MeasurePropertyType
          PropertyType that defines a property with a Measure value.
 class ObjectPropertyType
          PropertyType that defines a property with an Object value.
 class SimplePropertyType
          A PropertyType that defines a property with a primitive value, i.e. a value that can be represented as a single String.
 class StringOrRefPropertyType
          PropertyType that defines a property with a StringOrRef value.
 

Fields in org.deegree.feature.types.property declared as PropertyType
protected  PropertyType[] AbstractPropertyType.substitutions
          The possible substitutions (including this PropertyType), never null and always at least one entry.
 

Methods in org.deegree.feature.types.property that return PropertyType
 PropertyType[] PropertyType.getSubstitutions()
          Returns the possible substitutions that are defined for this PropertyType.
 PropertyType[] AbstractPropertyType.getSubstitutions()
           
 

Constructor parameters in org.deegree.feature.types.property with type arguments of type PropertyType
AbstractPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
          Creates a new AbstractPropertyType instance.
ArrayPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
CodePropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
CustomPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
EnvelopePropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
FeaturePropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, QName valueFtName, ValueRepresentation representation)
           
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)
           
LengthPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
MeasurePropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
ObjectPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, ValueRepresentation representation)
          Creates a new ObjectPropertyType instance.
SimplePropertyType(QName name, int minOccurs, int maxOccurs, BaseType type, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
SimplePropertyType(QName name, int minOccurs, int maxOccurs, BaseType type, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions, org.apache.xerces.xs.XSSimpleTypeDefinition xsdType)
           
StringOrRefPropertyType(QName name, int minOccurs, int maxOccurs, org.apache.xerces.xs.XSElementDeclaration elDecl, List<PropertyType> substitutions)
           
 

Uses of PropertyType in org.deegree.gml.feature
 

Fields in org.deegree.gml.feature declared as PropertyType
static PropertyType StandardGMLFeatureProps.PT_BOUNDED_BY_GML2
          GML 2 standard property type 'gml:boundedBy'
static PropertyType StandardGMLFeatureProps.PT_BOUNDED_BY_GML31
          GML 3.0/3.1 standard property type 'gml:boundedBy'
static PropertyType StandardGMLFeatureProps.PT_BOUNDED_BY_GML32
          GML 3.2 standard property type 'gml:boundedBy'
 

Methods in org.deegree.gml.feature that return PropertyType
static PropertyType StandardGMLFeatureProps.getPropertyType(QName propName, GMLVersion version)
          Returns the standard GML property declaration with the given name for the specified GML version.
 

Methods in org.deegree.gml.feature that return types with arguments of type PropertyType
static Collection<PropertyType> StandardGMLFeatureProps.getPropertyTypes(GMLVersion version)
          Returns the declaration for standard properties that any GML feature allows for.
 

Methods in org.deegree.gml.feature with parameters of type PropertyType
 Property GMLFeatureReader.parseProperty(XMLStreamReaderWrapper xmlStream, PropertyType propDecl, ICRS crs, int occurence)
          Returns the object representation for the given property element.
 

Uses of PropertyType in org.deegree.gml.schema
 

Method parameters in org.deegree.gml.schema with type arguments of type PropertyType
 ObjectPropertyType GMLSchemaInfoSet.getGMLPropertyDecl(org.apache.xerces.xs.XSElementDeclaration elDecl, QName ptName, int minOccurs, int maxOccurs, List<PropertyType> ptSubstitutions)
          Checks the given element declaration and returns a ObjectPropertyType if it defines a GML object property or GML reference property.
 



Copyright © 2011. All Rights Reserved.