org.geotools.data.wfs.v1_1_0
Class GetFeatureQueryAdapter
java.lang.Object
org.geotools.data.wfs.v1_1_0.GetFeatureQueryAdapter
- All Implemented Interfaces:
- GetFeature
public class GetFeatureQueryAdapter
- extends java.lang.Object
- implements GetFeature
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetFeatureQueryAdapter
public GetFeatureQueryAdapter(Query query,
java.lang.String outputFormat,
java.lang.String srsName,
GetFeature.ResultType resultType)
getFilter
public org.opengis.filter.Filter getFilter()
- Specified by:
getFilter
in interface GetFeature
getMaxFeatures
public java.lang.Integer getMaxFeatures()
- Specified by:
getMaxFeatures
in interface GetFeature
getOutputFormat
public java.lang.String getOutputFormat()
- Specified by:
getOutputFormat
in interface GetFeature
getPropertyNames
public java.lang.String[] getPropertyNames()
- Specified by:
getPropertyNames
in interface GetFeature
getSrsName
public java.lang.String getSrsName()
- Specified by:
getSrsName
in interface GetFeature
getTypeName
public java.lang.String getTypeName()
- Specified by:
getTypeName
in interface GetFeature
getResultType
public GetFeature.ResultType getResultType()
- Specified by:
getResultType
in interface GetFeature
getSortBy
public org.opengis.filter.sort.SortBy[] getSortBy()
- Specified by:
getSortBy
in interface GetFeature
Copyright © 1996-2010 Geotools. All Rights Reserved.