org.geotools.data.wfs.v1_1_0
Class GetFeatureQueryAdapter

java.lang.Object
  extended by org.geotools.data.wfs.v1_1_0.GetFeatureQueryAdapter
All Implemented Interfaces:
GetFeature

public class GetFeatureQueryAdapter
extends java.lang.Object
implements GetFeature


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.geotools.data.wfs.protocol.wfs.GetFeature
GetFeature.ResultType
 
Constructor Summary
GetFeatureQueryAdapter(Query query, java.lang.String outputFormat, java.lang.String srsName, GetFeature.ResultType resultType)
           
 
Method Summary
 org.opengis.filter.Filter getFilter()
           
 java.lang.Integer getMaxFeatures()
           
 java.lang.String getOutputFormat()
           
 java.lang.String[] getPropertyNames()
           
 GetFeature.ResultType getResultType()
           
 org.opengis.filter.sort.SortBy[] getSortBy()
           
 java.lang.String getSrsName()
           
 java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetFeatureQueryAdapter

public GetFeatureQueryAdapter(Query query,
                              java.lang.String outputFormat,
                              java.lang.String srsName,
                              GetFeature.ResultType resultType)
Method Detail

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.