| Package | Description | 
|---|---|
| it.prato.comune.sit | 
 Package di gestione, interrogazione ed elaborazione dati geografici del sistema informativo territoriale. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GetFeatureInfoLayer
Implementazione dell'interfaccia  
IGetFeatureInfoLayer per la gestione dei layer di tipo WMS utilizzando la chiamata getFeatureInfo | 
class  | 
LayerLineeTerritorio
Classe LayerLineeTerritorio. 
 | 
class  | 
LayerPoligoniTerritorio
Classe LayerPoligoniTerritorio. 
 | 
class  | 
LayerPoligoniTerritorioStorico
Classe LayerPoligoniTerritorioStorico. 
 | 
class  | 
LayerPoligoniUtente
Classe LayerPoligoniUtente. 
 | 
class  | 
LayerPoligoniUtenteGenerici
Per la gestione dei poligoni utente generici sono state implementate una serie di classi e 2 tabelle su DB. 
 | 
class  | 
LayerPuntiTerritorio
Classe LayerPuntiTerritorio. 
 | 
class  | 
LayerPuntiTerritorioStorico
Classe LayerPuntiTerritorioStorico. 
 | 
class  | 
LayerPuntiUtente
Classe LayerPuntiUtente. 
 | 
class  | 
LayerPuntiUtenteGenerici
Per la gestione dei punti utente generici sono state implementate una serie di classi e 2 tabelle su DB. 
 | 
class  | 
LayerTerritorio
LayerTerritorio è una classe astratta per la gestione di layer di oggetti territoriali. 
 | 
class  | 
LayerTerritorioGenerico  | 
class  | 
LayerTerritorioNominatim
Implementazione ricerca tramite servizio Nominatim (http://nominatim.openstreetmap.org/). 
 | 
class  | 
LayerTerritorioStorico
Clase  LayerTerritorioStorico. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IGetFeatureInfoLayer | 
IGetFeatureInfoObject.getFeatureInfoLayer()
Metodo per recuperare il layer di cui questo oggetto fa parte 
 | 
IGetFeatureInfoLayer | 
OggettoTerritorio.getFeatureInfoLayer()  | 
IGetFeatureInfoLayer | 
GetFeatureInfoObject.getFeatureInfoLayer()  | 
IGetFeatureInfoLayer | 
ILayersManager.getGetFeatureInfoLayerByCodTPN(int codTPN)
Recupera un IGetFeatureInfoLayer passando il codTPN definito. 
 | 
IGetFeatureInfoLayer | 
SITLayersManager.getGetFeatureInfoLayerByCodTPN(int codTPN)
Recupera il getFeatureInfoLayer passando il codTPN definito. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ILayersManager.addGetFeatureInfoLayer(IGetFeatureInfoLayer layer)
Aggiunge un IGetFeatureInfoLayer 
 | 
void | 
SITLayersManager.addGetFeatureInfoLayer(IGetFeatureInfoLayer layer)
Aggiunge un GetFeatureInfoLayer 
 | 
| Constructor and Description | 
|---|
GetFeatureInfoObject(java.lang.String wkt,
                    java.lang.String boundingBoxWKT,
                    java.util.Map<java.lang.String,java.lang.Object> featureInfoAttributes,
                    IGetFeatureInfoLayer featureInfoLayer,
                    java.lang.String srid)
Costruttore 
 |