Uses of Class
org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject.BBOXDV
-
-
Uses of BBOXDV in org.gcube.application.geoportalcommon.geoportal.util
Methods in org.gcube.application.geoportalcommon.geoportal.util that return BBOXDV Modifier and Type Method Description static BBOXDVGisUtil. fromJSONArray(org.json.JSONArray outerArray) -
Uses of BBOXDV in org.gcube.application.geoportalcommon.shared.geoportal.geojson
Methods in org.gcube.application.geoportalcommon.shared.geoportal.geojson that return BBOXDV Modifier and Type Method Description BBOXDVGeoJSON. getBbox()Methods in org.gcube.application.geoportalcommon.shared.geoportal.geojson with parameters of type BBOXDV Modifier and Type Method Description voidGeoJSON. setBbox(BBOXDV bbox) -
Uses of BBOXDV in org.gcube.application.geoportalcommon.shared.geoportal.materialization
Methods in org.gcube.application.geoportalcommon.shared.geoportal.materialization that return BBOXDV Modifier and Type Method Description BBOXDVGCubeSDILayer. getBbox()BBOXDVGCubeSDIViewerLayerDV. getBbox()Methods in org.gcube.application.geoportalcommon.shared.geoportal.materialization with parameters of type BBOXDV Modifier and Type Method Description voidGCubeSDILayer. setBbox(BBOXDV bbox)voidGCubeSDIViewerLayerDV. setBbox(BBOXDV bbox) -
Uses of BBOXDV in org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject
Fields in org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject declared as BBOXDV Modifier and Type Field Description static BBOXDVBBOXDV. WORLDstatic BBOXDVBBOXDV. WORLD_3DMethods in org.gcube.application.geoportalcommon.shared.geoportal.materialization.innerobject that return BBOXDV Modifier and Type Method Description static BBOXDVBBOXDV. fromGeoJSON(double[] coords)BBOXDVBBOXDV. setMaxX(Double d)BBOXDVBBOXDV. setMaxY(Double d)BBOXDVBBOXDV. setMaxZ(Double d)BBOXDVBBOXDV. setMinX(Double d)BBOXDVBBOXDV. setMinY(Double d)BBOXDVBBOXDV. setMinZ(Double d)
-