| 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  | 
GetFeatureInfoObject
Implementazione dell'interfaccia  
IGetFeatureInfoObject per la gestione per esempio dei layer di GetFeatureInfoLayer | 
class  | 
LineaTerritorio
Clase  LineaTerritorio. 
 | 
class  | 
LineaTerritorioStorico
Clase  LineaTerritorioStorico. 
 | 
class  | 
OggettoTerritorio
Classe OggettoTerritorio 
 | 
class  | 
OggettoTerritorioGenerico
Clase  PoligonoCircoscrizione. 
 | 
class  | 
OggettoTerritorioStorico
Clase  OggettoTerritorioStorico. 
 | 
class  | 
PoligonoPoligoniUtente
Clase  PoligonoPoligoniUtente. 
 | 
class  | 
PoligonoPoligoniUtGenerici
Clase  PoligonoPoligoniUtGenerici. 
 | 
class  | 
PoligonoTerritorio
Clase  PoligonoTerritorio. 
 | 
class  | 
PoligonoTerritorioStorico
Clase  PoligonoTerritorioStorico. 
 | 
class  | 
PuntoPuntiUtente
Clase  PoligonoPuntiUtente. 
 | 
class  | 
PuntoPuntiUtGenerici
Clase  PuntoPuntiUtGenerici. 
 | 
class  | 
PuntoTerritorio
Classe  PuntoTerritorio. 
 | 
class  | 
PuntoTerritorioStorico
Classe  PuntoTerritorioStorico. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<IGetFeatureInfoObject> | 
GetFeatureInfoLayer.getFeatureInfo(GetFeatureInfoParams params)  | 
java.util.List<IGetFeatureInfoObject> | 
LayerTerritorio.getFeatureInfo(GetFeatureInfoParams params)  | 
java.util.List<IGetFeatureInfoObject> | 
IGetFeatureInfoLayer.getFeatureInfo(GetFeatureInfoParams params)
Metodo che permette di recuperare gli oggetti che rispondono ai criteri espressi in params 
 | 
java.util.List<IGetFeatureInfoObject> | 
GetFeatureInfoLayer.getGmlFeatureInfo(GetFeatureInfoParams params)  | 
java.util.List<IGetFeatureInfoObject> | 
GetFeatureInfoLayer.getTextFeatureInfo(GetFeatureInfoParams params)  | 
| Modifier and Type | Method and Description | 
|---|---|
static JSGeometry | 
JSGeometry.toJSGeometry(IGetFeatureInfoObject oggTer,
            java.lang.String toCRS,
            it.prato.comune.utilita.logging.interfaces.LogInterface logger,
            boolean withGeometry)
Converte IGetFeatureInfoObject passato come argomento in un oggetto JSGeometry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static JSGeometryArrayList<JSGeometry> | 
JSGeometryArrayList.toJSGeometryArrayList1(java.util.List<IGetFeatureInfoObject> oggTerCollection,
                      java.lang.String toCRS,
                      it.prato.comune.utilita.logging.interfaces.LogInterface logger,
                      boolean withGeometry)
Converte una lista di  
IGetFeatureInfoObject in una lista di JSGeometryArrayList. | 
static java.util.List<JSGeometry> | 
JSGeometry.toJSGeometryList1(java.util.List<IGetFeatureInfoObject> getFeatureInfoObjectCollection,
                 java.lang.String toCRS,
                 it.prato.comune.utilita.logging.interfaces.LogInterface logger,
                 boolean withGeometry)
Converte una lista di OggettoTerritorio in una lista di JSGeometry. 
 |