|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionClause | |
---|---|
org.deegree.gml | |
org.deegree.gml.feature | |
org.deegree.protocol.wfs.query | |
org.deegree.services.wfs |
Uses of ProjectionClause in org.deegree.gml |
---|
Methods in org.deegree.gml with parameters of type ProjectionClause | |
---|---|
void |
GMLStreamWriter.setProjection(ProjectionClause[] projection)
Sets the feature properties to be included for exported Feature instances. |
Uses of ProjectionClause in org.deegree.gml.feature |
---|
Constructors in org.deegree.gml.feature with parameters of type ProjectionClause | |
---|---|
GMLFeatureWriter(GMLVersion version,
XMLStreamWriter writer,
ICRS outputCRS,
CoordinateFormatter formatter,
String remoteXlinkTemplate,
ProjectionClause[] projections,
int traverseXlinkDepth,
int traverseXlinkExpiry,
boolean exportSfGeometries,
boolean outputGeometries,
Map<String,String> prefixToNs,
GMLForwardReferenceHandler additionalObjectHandler,
boolean exportExtraProps)
Creates a new GMLFeatureWriter instance. |
Uses of ProjectionClause in org.deegree.protocol.wfs.query |
---|
Methods in org.deegree.protocol.wfs.query that return ProjectionClause | |
---|---|
ProjectionClause[] |
AdHocQuery.getProjectionClauses()
Returns the properties of the features that should be retrieved. |
protected static ProjectionClause[][] |
QueryKVPAdapter.getPropertyNames(String propertyStr,
NamespaceBindings nsContext)
|
protected static ProjectionClause[][] |
QueryKVPAdapter.getXLinkPropNames(ProjectionClause[][] propertyNames,
String[][] ptxDepthAr,
Integer[][] ptxExpAr)
|
Methods in org.deegree.protocol.wfs.query with parameters of type ProjectionClause | |
---|---|
protected static ProjectionClause[][] |
QueryKVPAdapter.getXLinkPropNames(ProjectionClause[][] propertyNames,
String[][] ptxDepthAr,
Integer[][] ptxExpAr)
|
Constructors in org.deegree.protocol.wfs.query with parameters of type ProjectionClause | |
---|---|
AdHocQuery(String handle,
TypeName[] typeNames,
String featureVersion,
ICRS srsName,
ProjectionClause[] projectionClauses,
SortProperty[] sortBy)
Creates a new AdHocQuery instance. |
|
BBoxQuery(String handle,
TypeName[] typeNames,
String featureVersion,
ICRS srsName,
ProjectionClause[] projectionClauses,
SortProperty[] sortBy,
Envelope bbox)
Creates a new BBoxQuery instance. |
|
FeatureIdQuery(String handle,
TypeName[] typeNames,
String featureVersion,
ICRS srsName,
ProjectionClause[] projectionClauses,
SortProperty[] sortBy,
String[] featureIds)
Creates a new FeatureIdQuery instance. |
|
FilterQuery(String handle,
TypeName[] typeNames,
String featureVersion,
ICRS srsName,
ProjectionClause[] projectionClauses,
SortProperty[] sortBy,
Filter filter)
Creates a new FilterQuery instance. |
Uses of ProjectionClause in org.deegree.services.wfs |
---|
Methods in org.deegree.services.wfs that return ProjectionClause | |
---|---|
ProjectionClause[] |
QueryAnalyzer.getProjection()
Returns the specific XLink-behaviour for features properties. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |