Uses of Class
org.deegree.protocol.wfs.getfeature.XLinkPropertyName

Packages that use XLinkPropertyName
org.deegree.gml   
org.deegree.gml.feature   
org.deegree.protocol.wfs.getfeature   
 

Uses of XLinkPropertyName in org.deegree.gml
 

Methods in org.deegree.gml with parameters of type XLinkPropertyName
 void GMLStreamWriter.setXLinkFeatureProperties(XLinkPropertyName[] xlinkProps)
          Sets a specific XLink-expansion behaviour for object properties (e.g.
 

Uses of XLinkPropertyName in org.deegree.gml.feature
 

Constructors in org.deegree.gml.feature with parameters of type XLinkPropertyName
GMLFeatureWriter(GMLVersion version, javax.xml.stream.XMLStreamWriter writer, CRS outputCRS, CoordinateFormatter formatter, java.lang.String referenceTemplate, PropertyName[] requestedProps, int traverseXlinkDepth, int traverseXlinkExpiry, XLinkPropertyName[] xlinkProps, boolean exportSfGeometries, boolean outputGeometries, java.util.Map<java.lang.String,java.lang.String> prefixToNs, AdditionalObjectHandler additionalObjectHandler)
           
 

Uses of XLinkPropertyName in org.deegree.protocol.wfs.getfeature
 

Methods in org.deegree.protocol.wfs.getfeature that return XLinkPropertyName
 XLinkPropertyName[][] FeatureIdQuery.getXLinkPropertyNames()
          Returns the properties for which the the traversal of nested XLinks is selectively requested.
 XLinkPropertyName[][] BBoxQuery.getXLinkPropertyNames()
          Returns the properties of the features for which a specific XLink behaviour is requested.
 XLinkPropertyName[] FilterQuery.getXLinkPropertyNames()
          Returns the properties of the features for which a specific XLink behaviour is requested.
 

Constructors in org.deegree.protocol.wfs.getfeature with parameters of type XLinkPropertyName
BBoxQuery(java.lang.String handle, TypeName[] typeNames, java.lang.String featureVersion, CRS srsName, PropertyName[][] propertyNames, XLinkPropertyName[][] xLinkPropertyNames, SortProperty[] sortBy, Envelope bbox)
          Creates a new BBoxQuery instance.
FeatureIdQuery(java.lang.String handle, TypeName[] typeNames, java.lang.String[] featureIds, java.lang.String featureVersion, CRS srsName, PropertyName[][] propertyNames, XLinkPropertyName[][] xLinkPropertyNames, SortProperty[] sortBy)
          Creates a new FeatureIdQuery instance.
FilterQuery(java.lang.String handle, TypeName[] typeNames, java.lang.String featureVersion, CRS srsName, PropertyName[] propertyNames, XLinkPropertyName[] xLinkPropertyNames, Function[] functions, SortProperty[] sortBy, Filter filter)
          Creates a new FilterQuery instance.
 



Copyright © 2011. All Rights Reserved.