public class WebMapServer.LayerInfo extends Object implements ResourceInfo
| Modifier and Type | Method and Description |
|---|---|
ReferencedEnvelope |
getBounds()
Returns the bounds of the resource, expressed in the native coordinate reference system.
|
CoordinateReferenceSystem |
getCRS()
Returns the coordinate reference system of this resource if known.
|
String |
getDescription()
Returns a description or abstract for this resource.
|
Icon |
getIcon() |
Set<String> |
getKeywords()
Returns keywords associated with this resource for use with searches etc.
|
String |
getName()
Returns the name of this resource within the context of its service.
|
URI |
getSchema()
A namespace, in the form of a
URI, used to identify the resource type. |
String |
getTitle()
Returns the resource's title.
|
public ReferencedEnvelope getBounds()
ResourceInfoisNull() on the returned envelope will
return true.getBounds in interface ResourceInfoisNull()
returns truepublic CoordinateReferenceSystem getCRS()
ResourceInfoKnown Mappings:
getCRS in interface ResourceInfonull if unavailable.public String getDescription()
ResourceInfoKnown Mappings:
getDescription in interface ResourceInfonull if unavailablepublic Icon getIcon()
public Set<String> getKeywords()
ResourceInfoKnown Mappings:
getKeywords in interface ResourceInfonull if unavailablepublic String getName()
ResourceInfoKnown mappings:
getName in interface ResourceInfopublic URI getSchema()
ResourceInfoURI, used to identify the resource type.
Known Mappings:
getSchema in interface ResourceInfopublic String getTitle()
ResourceInfoThe title is human readable text representing the resource, in the current locale if available.
getTitle in interface ResourceInfoCopyright © 1996–2019 Geotools. All rights reserved.