Class LayerInfo
java.lang.Object
org.opengeospatial.cite.wmts10.ets.core.domain.LayerInfo
Represents a named layer from a capabilities document.
- Author:
- Lyn Goltz
-
Constructor Summary
ConstructorsConstructorDescriptionLayerInfo(String layerName, List<BoundingBox> bboxes, BoundingBox geographicBbox) -
Method Summary
-
Constructor Details
-
LayerInfo
- Parameters:
layerName- name of the layer (ows:Layer/ows:Name), nevernullor empty param isQueryabletrueif the layer is queryable (ows:Layer/@queryable=1),falseif the layer is not queryable (ows:Layer/@queryable=1)bboxes- bounding boxes of the layer (ows:Layer/ows:ows:BoundingBox), nevernullgeographicBbox- geographic bounding box of the layer, nevernull- Throws:
IllegalArgumentException- if layerName or bboxes isnull
-
-
Method Details
-
getLayerName
- Returns:
- the name of the layer (ows:Layer/ows:Name), never
null
-
getBboxes
- Returns:
- the bounding boxes of the layer (ows:Layer/ows:ows:BoundingBox), never
null
-
getGeographicBbox
- Returns:
- the geographic bounding box of the layer, never
null
-
hashCode
public int hashCode() -
equals
-
toString
-