| Constructor and Description |
|---|
LayerInfo(String layerName,
List<BoundingBox> bboxes,
BoundingBox geographicBbox) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<BoundingBox> |
getBboxes() |
BoundingBox |
getGeographicBbox() |
String |
getLayerName() |
int |
hashCode() |
String |
toString() |
public LayerInfo(String layerName, List<BoundingBox> bboxes, BoundingBox geographicBbox)
layerName - name of the layer (ows:Layer/ows:Name), never null or empty param isQueryable
true if the layer is queryable (ows:Layer/@queryable=1), false if the layer
is not queryable (ows:Layer/@queryable=1)bboxes - bounding boxes of the layer (ows:Layer/ows:ows:BoundingBox), never nullgeographicBbox - geographic bounding box of the layer, never nullIllegalArgumentException - if layerName or bboxes is nullpublic String getLayerName()
nullpublic List<BoundingBox> getBboxes()
nullpublic BoundingBox getGeographicBbox()
nullCopyright © 2022 Open Geospatial Consortium. All rights reserved.