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

Packages that use ObjectPropertyType
org.deegree.feature.types   
org.deegree.feature.types.property   
org.deegree.gml.schema   
 

Uses of ObjectPropertyType in org.deegree.feature.types
 

Methods in org.deegree.feature.types that return ObjectPropertyType
 ObjectPropertyType GenericAppSchema.getCustomElDecl(org.apache.xerces.xs.XSElementDeclaration elDecl)
           
 ObjectPropertyType AppSchema.getCustomElDecl(org.apache.xerces.xs.XSElementDeclaration elDecl)
          Returns the ObjectPropertyType for the given element declaration (if it defines an object property).
 ObjectPropertyType DynamicAppSchema.getCustomElDecl(org.apache.xerces.xs.XSElementDeclaration elDecl)
           
 

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

Subclasses of ObjectPropertyType in org.deegree.feature.types.property
 class FeaturePropertyType
          ObjectPropertyType that defines a property with a Feature value.
 class GeometryPropertyType
          ObjectPropertyType that defines a property with a Geometry value.
 

Uses of ObjectPropertyType in org.deegree.gml.schema
 

Methods in org.deegree.gml.schema that return ObjectPropertyType
 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.