org.geotools.data.ows
Class LayerDescription
Object
LayerDescription
public class LayerDescription
- extends Object
Used to hold data regarding Layers. Used by the DescribeLayerResponse
- Author:
- Richard Gould
- Module:
modules/extension/wms (gt-wms.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LayerDescription
public LayerDescription()
getName
public String getName()
setName
public void setName(String name)
getOwsType
public String getOwsType()
setOwsType
public void setOwsType(String owsType)
getOwsURL
public URL getOwsURL()
setOwsURL
public void setOwsURL(URL owsURL)
getQueries
public String[] getQueries()
setQueries
public void setQueries(String[] queries)
getWfs
public URL getWfs()
setWfs
public void setWfs(URL wfs)
Copyright © 1996-2010 Geotools. All Rights Reserved.