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
 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()
           
 

Method Detail

getTypeName

java.lang.String getTypeName()

getPropertyNames

java.lang.String[] getPropertyNames()

getOutputFormat

java.lang.String getOutputFormat()

getSrsName

java.lang.String getSrsName()

getFilter

org.opengis.filter.Filter getFilter()

getMaxFeatures

java.lang.Integer getMaxFeatures()

getResultType

GetFeature.ResultType getResultType()

getSortBy

org.opengis.filter.sort.SortBy[] getSortBy()


Copyright © 1996-2010 Geotools. All Rights Reserved.