Uses of Class
org.gcube.spatial.data.geoutility.bean.LayerZAxis
-
Packages that use LayerZAxis Package Description org.gcube.spatial.data.geoutility org.gcube.spatial.data.geoutility.bean -
-
Uses of LayerZAxis in org.gcube.spatial.data.geoutility
Methods in org.gcube.spatial.data.geoutility that return LayerZAxis Modifier and Type Method Description LayerZAxisGeoNcWMSMetadataUtility. getZAxis()LayerZAxisGeoNcWMSMetadataUtility. loadZAxis()Load z-axis values for a ncWMS layer and put it intoGeoNcWMSMetadataUtility.getZAxis() -
Uses of LayerZAxis in org.gcube.spatial.data.geoutility.bean
Methods in org.gcube.spatial.data.geoutility.bean that return LayerZAxis Modifier and Type Method Description LayerZAxisNcWmsLayerMetadata. getZAxis()Gets the z axis.Methods in org.gcube.spatial.data.geoutility.bean with parameters of type LayerZAxis Modifier and Type Method Description voidNcWmsLayerMetadata. setZAxis(LayerZAxis zAxis)Sets the z axis.Constructors in org.gcube.spatial.data.geoutility.bean with parameters of type LayerZAxis Constructor Description NcWmsLayerMetadata(int responseCode, String defaultPalette, List<String> supportedStyles, List<String> palettes, LayerZAxis zAxis, String json)Instantiates a new nc wms layer metadata.
-