Package org.gvsig.gazetteer.wfsg.drivers
Class WFSGServiceDriver
java.lang.Object
org.gvsig.catalog.drivers.AbstractDiscoveryServiceDriver
org.gvsig.gazetteer.drivers.AbstractGazetteerServiceDriver
org.gvsig.gazetteer.wfs.drivers.WFSServiceDriver
org.gvsig.gazetteer.wfsg.drivers.WFSGServiceDriver
- All Implemented Interfaces:
org.gvsig.catalog.drivers.IDiscoveryServiceDriver,IGazetteerServiceDriver
- Author:
- Jorge Piera LLodrĂ¡ (jorge.piera@iver.es)
-
Field Summary
Fields inherited from class org.gvsig.gazetteer.wfs.drivers.WFSServiceDriver
client, status -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.gvsig.catalog.drivers.DiscoveryServiceCapabilitiesgetCapabilities(URI uri) Feature[]getFeature(URI uri, GazetteerQuery query) It returns the foubd recordsbooleanThere are protocols that need to invoke the describeFeatureType operation before to do a getFeature.Methods inherited from class org.gvsig.gazetteer.wfs.drivers.WFSServiceDriver
describeFeatureType, getDefaultPort, getDefaultSchema, getFilterSQL, isProtocolSupported, parseOutputFileMethods inherited from class org.gvsig.gazetteer.drivers.AbstractGazetteerServiceDriver
createQuery, getFeatureTypes, getProjection, getQuery, getUsername, needsUsername, setFeatureTypes, setProjection, setQuery, setUsernameMethods inherited from class org.gvsig.catalog.drivers.AbstractDiscoveryServiceDriver
getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gvsig.catalog.drivers.IDiscoveryServiceDriver
getAditionalSearchPanel, getOneServer, getServerAnswerReady, setServerAnswerReady, toString
-
Constructor Details
-
WFSGServiceDriver
public WFSGServiceDriver()
-
-
Method Details
-
getCapabilities
- Specified by:
getCapabilitiesin interfaceorg.gvsig.catalog.drivers.IDiscoveryServiceDriver- Overrides:
getCapabilitiesin classWFSServiceDriver
-
getFeature
Description copied from interface:IGazetteerServiceDriverIt returns the foubd records- Specified by:
getFeaturein interfaceIGazetteerServiceDriver- Overrides:
getFeaturein classWFSServiceDriver- Parameters:
uri- Server URIquery- Query with the search parameters- Returns:
- The features
-
isDescribeFeatureTypeNeeded
public boolean isDescribeFeatureTypeNeeded()Description copied from interface:IGazetteerServiceDriverThere are protocols that need to invoke the describeFeatureType operation before to do a getFeature.- Specified by:
isDescribeFeatureTypeNeededin interfaceIGazetteerServiceDriver- Overrides:
isDescribeFeatureTypeNeededin classWFSServiceDriver- Returns:
- if the describeFeatureType operation is needed.
-
getServiceName
- Specified by:
getServiceNamein interfaceorg.gvsig.catalog.drivers.IDiscoveryServiceDriver- Overrides:
getServiceNamein classWFSServiceDriver
-