|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectWebMapServer.LayerInfo
public class WebMapServer.LayerInfo
Quickly describe a layer.
Method Summary | |
---|---|
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public ReferencedEnvelope getBounds()
ResourceInfo
isNull()
on the returned envelope will return true
.
getBounds
in interface ResourceInfo
isNull()
returns true
public CoordinateReferenceSystem getCRS()
ResourceInfo
Known Mappings:
getCRS
in interface ResourceInfo
null
if unavailable.public String getDescription()
ResourceInfo
Known Mappings:
getDescription
in interface ResourceInfo
null
if unavailablepublic Icon getIcon()
public Set<String> getKeywords()
ResourceInfo
Known Mappings:
getKeywords
in interface ResourceInfo
null
if unavailablepublic String getName()
ResourceInfo
Known mappings:
getName
in interface ResourceInfo
public URI getSchema()
ResourceInfo
URI
, used to identify the resource type.
Known Mappings:
getSchema
in interface ResourceInfo
public String getTitle()
ResourceInfo
The title is human readable text representing the resource, in the current locale if available.
getTitle
in interface ResourceInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |