T - public class JSGeometryArrayList<T extends JSGeometry>
extends java.lang.Object
| Constructor and Description | 
|---|
JSGeometryArrayList(it.prato.comune.utilita.logging.interfaces.LogInterface logger)
Costruttore della classe JSGeometryArrayList. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getBoundingbox()  | 
java.util.List<T> | 
getGeometries()  | 
void | 
setGeometries(java.util.List<T> geometries)
Imposta le geometrie. 
 | 
static JSGeometryArrayList<JSGeometry> | 
toJSGeometryArrayList(java.util.List<? extends OggettoTerritorio> oggTerCollection,
                     java.lang.String toCRS,
                     it.prato.comune.utilita.logging.interfaces.LogInterface logger)  | 
static JSGeometryArrayList<JSGeometry> | 
toJSGeometryArrayList(java.util.List<? extends OggettoTerritorio> oggTerCollection,
                     java.lang.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> | 
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. | 
public JSGeometryArrayList(it.prato.comune.utilita.logging.interfaces.LogInterface logger)
logger - public java.lang.String getBoundingbox()
public java.util.List<T> getGeometries()
public void setGeometries(java.util.List<T> geometries) throws SITException
geometries - SITExceptionpublic static JSGeometryArrayList<JSGeometry> toJSGeometryArrayList(java.util.List<? extends OggettoTerritorio> oggTerCollection, java.lang.String toCRS, it.prato.comune.utilita.logging.interfaces.LogInterface logger) throws SITException
oggTerCollection - toCRS - logger - SITExceptiontoJSGeometryArrayList(List, String, LogInterface, boolean)public static JSGeometryArrayList<JSGeometry> toJSGeometryArrayList(java.util.List<? extends OggettoTerritorio> oggTerCollection, java.lang.String toCRS, it.prato.comune.utilita.logging.interfaces.LogInterface logger, boolean withGeometry) throws SITException
OggettoTerritorio in una lista di JSGeometryArrayList.oggTerCollection - toCRS - logger - withGeometry - SITExceptionpublic static JSGeometryArrayList<JSGeometry> toJSGeometryArrayList1(java.util.List<IGetFeatureInfoObject> oggTerCollection, java.lang.String toCRS, it.prato.comune.utilita.logging.interfaces.LogInterface logger, boolean withGeometry) throws SITException
IGetFeatureInfoObject in una lista di JSGeometryArrayList.oggTerCollection - toCRS - logger - withGeometry - SITException