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