org.geotools.data.wfs.protocol.wfs
Interface GetFeature

All Known Implementing Classes:
GetFeatureQueryAdapter

public interface GetFeature


Nested Class Summary
static class GetFeature.ResultType
           
 
Method Summary
 Filter getFilter()
           
 Integer getMaxFeatures()
           
 String getOutputFormat()
           
 String[] getPropertyNames()
           
 GetFeature.ResultType getResultType()
           
 SortBy[] getSortBy()
           
 String getSrsName()
           
 String getTypeName()
           
 

Method Detail

getTypeName

String getTypeName()

getPropertyNames

String[] getPropertyNames()

getOutputFormat

String getOutputFormat()

getSrsName

String getSrsName()

getFilter

Filter getFilter()

getMaxFeatures

Integer getMaxFeatures()

getResultType

GetFeature.ResultType getResultType()

getSortBy

SortBy[] getSortBy()


Copyright © 1996-2009 Geotools. All Rights Reserved.