|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GazetteerException | |
org.deegree_impl.services.gazetteer | |
org.deegree_impl.services.gazetteer.capabilities | |
org.deegree_impl.services.gazetteer.protocol |
Uses of GazetteerException in org.deegree_impl.services.gazetteer |
Methods in org.deegree_impl.services.gazetteer that throw GazetteerException | |
SI_LocationType[] |
SI_LocationType_Impl.getLocationTypes()
|
private void |
GazetteerService_Impl.handleGetFeatureRequest(WFSGGetFeatureRequest request)
creates and performs the initial GetFeature request |
private void |
GazetteerService_Impl.performGetFeatureRequest(WFSGetFeatureRequest request)
|
private void |
GazetteerService_Impl.performHierachyRequests(WFSGetFeatureResponse response,
Node node)
creates GetFeature requests to receive the locations instances for the next hierarchy level related to the passed response |
private void |
GazetteerService_Impl.performWFSRequest(WFSGetFeatureResponse response,
SI_LocationType locType)
performs requests for accessing the location instances ofthe next narrower term corresponding to the current hierarchy level of the passed WFSGetFeatureRespose |
private Operation |
GazetteerService_Impl.createOperation(GM_Object prop)
creates the FilterEncoding operation formulating the relation between two location types for Geometry type properties |
private Operation |
GazetteerService_Impl.createOperation(java.lang.Object prop)
creates the FilterEncoding operation formulating the relation between two location types for none Geometry type properties |
private WFSGetFeatureRequest |
GazetteerService_Impl.createGetFeatureRequest(java.lang.String id,
java.lang.String featureType,
Operation operation,
java.lang.String wfsVersion)
creates a GetFeature request for accessing the locationinstances of the next level. |
static SI_LocationInstance[] |
GazetteerFactory.createLocationInstances(org.w3c.dom.Element root)
creates an array of SI_LocationInstances from the passed Document |
static SI_LocationInstance |
GazetteerFactory.createLocationInstance(org.w3c.dom.Element element)
creates a SI_LocationInstance from the passed Element |
static SI_LocationInstance |
GazetteerFactory.createLocationInstance(java.util.HashMap map)
|
Uses of GazetteerException in org.deegree_impl.services.gazetteer.capabilities |
Methods in org.deegree_impl.services.gazetteer.capabilities that throw GazetteerException | |
static WFSGCapabilities |
WFSGCapabilitiesFactory.createCapabilities(java.net.URL url)
|
static WFSGCapabilities |
WFSGCapabilitiesFactory.createCapabilities(java.io.Reader reader)
factory method for creating a WFSGCapabilities object from a file that contains a OGC WFS 1.0 conform XML capabilities document |
static WFSGCapabilities |
WFSGCapabilitiesFactory.createCapabilities(org.w3c.dom.Document doc)
factory method for creating a WFSGCapabilities object from a OGC WFS 1.0 conform XML capabilities document |
static SI_Gazetteer |
WFSGCapabilitiesFactory.getSI_Gazetteer(org.w3c.dom.Element element)
|
private static GM_Object |
WFSGCapabilitiesFactory.getTerritoryOfUse(org.w3c.dom.Element element)
|
static SI_LocationType |
WFSGCapabilitiesFactory.getSI_LocationType(org.w3c.dom.Element element)
|
private static SI_LocationType |
WFSGCapabilitiesFactory.getParent(org.w3c.dom.Element element)
|
private static SI_LocationType |
WFSGCapabilitiesFactory.getChild(org.w3c.dom.Element element)
|
Uses of GazetteerException in org.deegree_impl.services.gazetteer.protocol |
Methods in org.deegree_impl.services.gazetteer.protocol that throw GazetteerException | |
static OGCWebServiceRequest |
WFSGProtocolFactory.createRequest(java.lang.String id,
java.io.Reader reader)
creates a WFS request from a reader that contains an XML encoded form of the request |
static WFSGGetFeatureRequest |
WFSGProtocolFactory.createWFSGGetFeatureRequest(java.lang.String id,
org.w3c.dom.Document doc)
|
private static WFSQuery[] |
WFSGProtocolFactory.getQuery(org.w3c.dom.Element element)
The query defines which feature type to query, what properties to retrieve and what constraints (spatial and non-spatial) to apply to those properties. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |