D G I L O Q R S 

D

doGet(HttpServletRequest, HttpServletResponse) - Method in class LocationServlet
Provide GET requests for Bounding-box and Point-radius search queries.
doPost(HttpServletRequest, HttpServletResponse) - Method in class LocationServlet
Provide Post requests for build GeoRSS data html file.

G

GeoRSSData - Class in org.apache.sis.index.tree
Implements QuadTreeData to store GeoRSS items into quad tree.
GeoRSSData(String, DirectPosition2D) - Constructor for class GeoRSSData
Creates a GeoRSSData object that stores the name of the file that the entry's information is written to and the geo location of the entry.
getFileName() - Method in class GeoRSSData
Returns the name of the file where the entry's info is saved.
getLatLon() - Method in class GeoRSSData
 
getX() - Method in class GeoRSSData
Returns the Java 2D x-coordinate for the longitude.
getY() - Method in class GeoRSSData
Returns the Java 2D y-coordinate for the latitude.

I

init(ServletConfig) - Method in class LocationServlet
Read GeoRSS data (location information provide sis-location-config.xml ) and build quad-tree.

L

loadFromFile(String) - Static method in class GeoRSSData
Reads the file that contains the GeoRSS entry's information and returns a HashMap of key, value pairs where the key is the name of the element e.g.
LocationServlet - Class in org.apache.sis.services
A location web service that loads data from GeoRSS format (configured via a provided config.xml file), and then loads up a QuadTree with this information, making it queryable for callers.
LocationServlet() - Constructor for class LocationServlet
 

O

org.apache.sis.index.tree - package org.apache.sis.index.tree
 
org.apache.sis.services - package org.apache.sis.services
 

Q

QuadTreeReader - Class in org.apache.sis.index.tree
Class to reload the quad tree index from file.
QuadTreeReader() - Constructor for class QuadTreeReader
 

R

readFromFile(String, String, String) - Static method in class QuadTreeReader
Loads the quad tree index from file.

S

saveToFile(Item, GeoRSSModule, String) - Method in class GeoRSSData
Saves the GeoRSS entry to file.
D G I L O Q R S 

Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.