it.eng.spagobi.engines.georeport.features.provider
Class FeaturesProviderDAOWFSImpl

java.lang.Object
  extended by it.eng.spagobi.engines.georeport.features.provider.FeaturesProviderDAOWFSImpl
All Implemented Interfaces:
IFeaturesProviderDAO

public class FeaturesProviderDAOWFSImpl
extends java.lang.Object
implements IFeaturesProviderDAO


Field Summary
static java.lang.String GEOID_PNAME
           
static java.lang.String GEOID_PVALUE
           
static java.lang.String LAYER_NAME
           
 
Constructor Summary
FeaturesProviderDAOWFSImpl()
           
 
Method Summary
 org.geotools.feature.FeatureCollection getAllFeatures(java.lang.Object fetureProviderEndPoint, java.lang.String layerName)
           
 org.opengis.feature.simple.SimpleFeature getFeatureById(java.lang.Object fetureProviderEndPoint, java.lang.String layerName, java.util.Map parameters)
           
 org.geotools.feature.FeatureCollection getFeatures(java.lang.String wfsUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LAYER_NAME

public static final java.lang.String LAYER_NAME
See Also:
Constant Field Values

GEOID_PNAME

public static final java.lang.String GEOID_PNAME
See Also:
Constant Field Values

GEOID_PVALUE

public static final java.lang.String GEOID_PVALUE
See Also:
Constant Field Values
Constructor Detail

FeaturesProviderDAOWFSImpl

public FeaturesProviderDAOWFSImpl()
Method Detail

getFeatureById

public org.opengis.feature.simple.SimpleFeature getFeatureById(java.lang.Object fetureProviderEndPoint,
                                                               java.lang.String layerName,
                                                               java.util.Map parameters)
Specified by:
getFeatureById in interface IFeaturesProviderDAO

getAllFeatures

public org.geotools.feature.FeatureCollection getAllFeatures(java.lang.Object fetureProviderEndPoint,
                                                             java.lang.String layerName)
Specified by:
getAllFeatures in interface IFeaturesProviderDAO

getFeatures

public org.geotools.feature.FeatureCollection getFeatures(java.lang.String wfsUrl)