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 |
JSGeometryArrayList<T extends JSGeometry>
Classe JSGeometryArrayList.
|
Modifier and Type | Method and Description |
---|---|
static JSGeometry |
JSGeometry.toJSGeometry(IGetFeatureInfoObject oggTer,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry)
Converte IGetFeatureInfoObject passato come argomento in un oggetto JSGeometry.
|
static JSGeometry |
JSGeometry.toJSGeometry(IGetFeatureInfoObject oggTer,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry,
boolean withAttributes)
Converte IGetFeatureInfoObject passato come argomento in un oggetto JSGeometry.
|
static JSGeometry |
JSGeometry.toJSGeometry(OggettoTerritorio oggTer,
it.prato.comune.utilita.logging.interfaces.LogInterface logger) |
static JSGeometry |
JSGeometry.toJSGeometry(OggettoTerritorio oggTer,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger) |
static JSGeometry |
JSGeometry.toJSGeometry(OggettoTerritorio oggTer,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry)
Converte l'OggettoTerritorio passato come argomento il un oggeto JSGeometry.
|
static JSGeometry |
JSGeometry.toJSGeometry(OggettoTerritorio oggTer,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry,
boolean withAttributes)
Converte l'OggettoTerritorio passato come argomento il un oggeto JSGeometry.
|
Modifier and Type | Method and Description |
---|---|
JSGeometryArrayList<? extends JSGeometry> |
RicercaBase.ricercaSuggest2(int nCampo,
boolean withGeometry,
Object... valori) |
JSGeometryArrayList<? extends JSGeometry> |
IRicerca.ricercaSuggest2(int nCampo,
boolean withGeometry,
Object... valori)
Implementa l'autosuggest sui campi della ricerca abilitati
|
JSGeometryArrayList<? extends JSGeometry> |
LayerTerritorioGenerico.ricercaSuggest2(int idRicerca,
int nCampo,
boolean withGeometry,
Object... valori) |
JSGeometryArrayList<? extends JSGeometry> |
LayerTerritorio.ricercaSuggest2(int idRicerca,
int nCampo,
boolean withGeometry,
Object... valori)
Metodo da implementare nelle classi che estendono questa per implementare le funzioni di suggest, nel caso che non interessino le chiavi (@see
LayerTerritorio.ricercaSuggest2(int, int, boolean, Object[], Object[]) |
JSGeometryArrayList<? extends JSGeometry> |
LayerTerritorio.ricercaSuggest2(int idRicerca,
int nCampo,
boolean withGeometry,
Object[] valori,
Object[] chiavi)
Metodo da implementare nelle classi che estendono questa per implementare le funzioni di suggest
|
static List<JSGeometry> |
JSGeometry.toJSGeometryArrayList(List<? extends OggettoTerritorio> oggTerCollection,
it.prato.comune.utilita.logging.interfaces.LogInterface logger) |
static JSGeometryArrayList<JSGeometry> |
JSGeometryArrayList.toJSGeometryArrayList(List<? extends OggettoTerritorio> oggTerCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger) |
static JSGeometryArrayList<JSGeometry> |
JSGeometryArrayList.toJSGeometryArrayList(List<? extends OggettoTerritorio> oggTerCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry)
Converte una lista di
OggettoTerritorio in una lista di JSGeometryArrayList. |
static JSGeometryArrayList<JSGeometry> |
JSGeometryArrayList.toJSGeometryArrayList1(List<IGetFeatureInfoObject> oggTerCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry)
Converte una lista di
IGetFeatureInfoObject in una lista di JSGeometryArrayList. |
static JSGeometryArrayList<JSGeometry> |
JSGeometryArrayList.toJSGeometryArrayList1(List<IGetFeatureInfoObject> oggTerCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry,
boolean withAttributes)
Converte una lista di
IGetFeatureInfoObject in una lista di JSGeometryArrayList. |
static List<JSGeometry> |
JSGeometry.toJSGeometryList(List<? extends OggettoTerritorio> oggTerCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry)
Converte una lista di OggettoTerritorio in una lista di JSGeometry.
|
static List<JSGeometry> |
JSGeometry.toJSGeometryList1(List<IGetFeatureInfoObject> getFeatureInfoObjectCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry)
Converte una lista di OggettoTerritorio in una lista di JSGeometry.
|
static List<JSGeometry> |
JSGeometry.toJSGeometryList1(List<IGetFeatureInfoObject> getFeatureInfoObjectCollection,
String toCRS,
it.prato.comune.utilita.logging.interfaces.LogInterface logger,
boolean withGeometry,
boolean withAttributes)
Converte una lista di OggettoTerritorio in una lista di JSGeometry.
|
Modifier and Type | Method and Description |
---|---|
static OggettoTerritorio |
JSGeometry.jsGeometryToOggettoTerritorio(LayerTerritorio layer,
JSGeometry jsG,
it.prato.comune.utilita.logging.interfaces.LogInterface logger)
Converte un oggetto JSGeometry nel corrispondente OggettoTerritorio.
|
Modifier and Type | Method and Description |
---|---|
static net.sf.json.JSONObject |
SITExtStore.extStore(net.sf.json.JSONObject metaData,
JSGeometryArrayList<? extends JSGeometry> arr,
net.sf.json.JsonConfig jsonConfig)
Crea lo store Ext che contiene i metadati e le geometrie passate
|
static net.sf.json.JSONObject |
SITExtStore.extStoreFromJSGeometryArrayList(JSGeometryArrayList<? extends JSGeometry> obj,
net.sf.json.JsonConfig jsonConfig)
Crea uno store Ext contenente un record per ogni geometria della lista.
|
Copyright © 2017 Comune di Prato. All rights reserved.