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