org.geotools.data.wms
Class WMSLayerMetadataEntity

java.lang.Object
  extended byorg.geotools.catalog.AbstractMetadataEntity
      extended byorg.geotools.data.wms.WMSLayerMetadataEntity
All Implemented Interfaces:
org.opengis.catalog.MetadataEntity

public class WMSLayerMetadataEntity
extends AbstractMetadataEntity


Nested Class Summary
 
Nested classes inherited from class org.opengis.catalog.MetadataEntity
org.opengis.catalog.MetadataEntity.Element, org.opengis.catalog.MetadataEntity.EntityType
 
Field Summary
static java.lang.String TYPE_NAME
           
 
Constructor Summary
WMSLayerMetadataEntity(Layer layer)
           
 
Method Summary
 java.util.Map getBoundingBoxes()
           
 java.util.Set getCRS()
           
 java.lang.String getName()
           
 java.util.List getStyles()
           
 java.lang.String getTitle()
           
 boolean isQueryable()
           
 
Methods inherited from class org.geotools.catalog.AbstractMetadataEntity
elements, getElement, getElement, getEntityType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_NAME

public static final java.lang.String TYPE_NAME
See Also:
Constant Field Values
Constructor Detail

WMSLayerMetadataEntity

public WMSLayerMetadataEntity(Layer layer)
Method Detail

getName

public java.lang.String getName()

getTitle

public java.lang.String getTitle()

isQueryable

public boolean isQueryable()

getStyles

public java.util.List getStyles()

getCRS

public java.util.Set getCRS()

getBoundingBoxes

public java.util.Map getBoundingBoxes()


Copyright © GeoTools. All Rights Reserved.