Uses of Class
nl.idgis.giserver.GiServerConfiguration

Packages that use GiServerConfiguration
nl.idgis.giserver Geiode server. 
nl.idgis.giserver.spatialoperations   
 

Uses of GiServerConfiguration in nl.idgis.giserver
 

Methods in nl.idgis.giserver with parameters of type GiServerConfiguration
static void SpatialOperation.doRequest(org.w3c.dom.Document doc, GiServerConfiguration giServerConfiguration, org.w3c.dom.Document response)
          Processing a spatial operation request.
static void SpatialOperation.doRequestIntersect(org.w3c.dom.Element request, GiServerConfiguration giServerConfiguration, org.w3c.dom.Element intersectNode)
          Search for the intersections for given gml objects in the feature instances domain.
static void SpatialOperation.doRequestSplit(org.w3c.dom.Element request, GiServerConfiguration giServerConfiguration, org.w3c.dom.Element splitNode)
          Splitting a given feature instance object by a given gml object.
 void GIService.getCapabilities(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Beantwoord een getCapabilities request Build a dom tree , fill it and write it as a xml string in the response area.
 void GIService.getCBSnapshot(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Maak een kaartbeeld o.b.v. 1 of meer lagen als ondergrond en 1 of meer GML features
 void GIService.getDescribeFeatureType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
           
 void GIService.getDistinctColumnValues(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Beantwoord een getDistinctColumnValues request
 void GIService.getFeature(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Beantwoord een getFeature request
 long GIService.getLastModifiedLayer(javax.servlet.http.HttpServletRequest request, long startupTime, GiServerConfiguration giServerConfiguration)
           
 long GIService.getLastModifiedLayerLegend(javax.servlet.http.HttpServletRequest request, long startupTime, GiServerConfiguration giServerConfiguration)
           
 void GIService.getLegendGraphic(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Beantwoord een getLegendGraphic request
 void GIService.getMap(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Create a map for this layer
 void GIService.postDescribeFeatureType(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
           
 void GIService.postSpatialOperation(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, GiServerConfiguration giServerConfiguration)
          Processing the spatial operation post http request.
 

Constructors in nl.idgis.giserver with parameters of type GiServerConfiguration
CoverageLayer(org.w3c.dom.Node layerRoot, GiServerConfiguration giServerConfiguration)
          create layer
DataSetLayer(org.w3c.dom.Node layerRoot, LocalWFSClient localFeatureServiceClient, GiServerConfiguration giServerConfiguration)
          DataSetLayer constructor.
Layer(org.w3c.dom.Node layerRoot, GiServerConfiguration giServerConfiguration)
          create layer
 

Uses of GiServerConfiguration in nl.idgis.giserver.spatialoperations
 

Methods in nl.idgis.giserver.spatialoperations with parameters of type GiServerConfiguration
static void SpatialOperation.doRequest(org.w3c.dom.Document doc, GiServerConfiguration giServerConfiguration, org.w3c.dom.Document response)
          Processing a spatial operation request.
static void SpatialOperation.doRequestIntersect(org.w3c.dom.Element request, GiServerConfiguration giServerConfiguration, org.w3c.dom.Element intersectNode)
          Search for the intersections for given gml objects in the feature instances domain.
static void SpatialOperation.doRequestSplit(org.w3c.dom.Element request, GiServerConfiguration giServerConfiguration, org.w3c.dom.Element splitNode)
          Splitting a given feature instance object by a given gml object.