Uses of Class
de.latlon.ets.wms13.core.domain.LayerInfo
Packages that use LayerInfo
Package
Description
-
Uses of LayerInfo in de.latlon.ets.wms13.core.dgiwg.testsuite
Fields in de.latlon.ets.wms13.core.dgiwg.testsuite with type parameters of type LayerInfo -
Uses of LayerInfo in de.latlon.ets.wms13.core.dgiwg.testsuite.getfeatureinfo
Methods in de.latlon.ets.wms13.core.dgiwg.testsuite.getfeatureinfo with parameters of type LayerInfoModifier and TypeMethodDescriptionvoidGetFeatureInfoUomTest.wmsGetFeatureInfoInfoUnitOfMeasureOfDimensionalData(LayerInfo layerInfoWithDimension) -
Uses of LayerInfo in de.latlon.ets.wms13.core.dgiwg.testsuite.getmap
Methods in de.latlon.ets.wms13.core.dgiwg.testsuite.getmap with parameters of type LayerInfoModifier and TypeMethodDescriptionvoidGetMapLayerCrsTest.wmsGetMapLayerCrs_Conditional_Supported(LayerInfo layer) voidGetMapLayerCrsTest.wmsGetMapLayerCrs_Mandatory_CRS_84_Supported(LayerInfo layer) voidGetMapLayerCrsTest.wmsGetMapLayerCrs_Mandatory_EPSG_3395_Supported(LayerInfo layer) voidGetMapLayerCrsTest.wmsGetMapLayerCrs_Mandatory_EPSG_4326_Supported(LayerInfo layer) -
Uses of LayerInfo in de.latlon.ets.wms13.core.util
Methods in de.latlon.ets.wms13.core.util that return types with arguments of type LayerInfoModifier and TypeMethodDescriptionServiceMetadataUtils.parseLayerInfo(Document wmsCapabilities) Parses all named layers from the capabilities document. -
Uses of LayerInfo in de.latlon.ets.wms13.core.util.request
Methods in de.latlon.ets.wms13.core.util.request with parameters of type LayerInfoModifier and TypeMethodDescriptionstatic BoundingBoxWmsRequestBuilder.findBoundingBox(LayerInfo layerInfo) Method parameters in de.latlon.ets.wms13.core.util.request with type arguments of type LayerInfoModifier and TypeMethodDescriptionstatic WmsKvpRequestWmsRequestBuilder.buildGetFeatureInfoRequest(Document wmsCapabilities, List<LayerInfo> layerInfos) Creates a GetFatureInfo request with random parameters from the WMS Capabilities.static WmsKvpRequestWmsRequestBuilder.buildGetFeatureInfoRequest(Document wmsCapabilities, List<LayerInfo> layerInfos, String format) Creates a GetFatureInfo request with random parameters from the WMS Capabilities.static WmsKvpRequestWmsRequestBuilder.buildGetMapRequest(Document wmsCapabilities, List<LayerInfo> layerInfos) Creates a GetMap request with random parameters from the WMS Capabilities.