|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.maryanovsky.map.client.opengis.wms.Capabilities.Layer
public static final class Capabilities.Layer
Encapsulates information about a map layer.
| Nested Class Summary | |
|---|---|
static class |
Capabilities.Layer.Attribution
Encapsulates the Attribution of a layer. |
static class |
Capabilities.Layer.Dimension
Encapsulates a Dimension. |
static class |
Capabilities.Layer.Extent
Encapsulates the Extent of a Dimension. |
static class |
Capabilities.Layer.Identifier
Encapsulates an Identifier of a layer. |
static class |
Capabilities.Layer.MetadataUrl
Encapsulates a Metadata URL regarding a layer. |
static class |
Capabilities.Layer.ScaleHint
Encapsulates a ScaleHint; a hint of minimum and maximum scales at which it is appropriate to display a layer. |
static class |
Capabilities.Layer.Style
Encapsulates a Style for a layer. |
| Method Summary | |
|---|---|
String |
getAbstract()
Returns the abstract (a short description) of this layer. |
Capabilities.Layer.Attribution |
getAttribution()
Returns the Attribution of this layer; may be null. |
Map |
getAuthorityNamesToUrlsMap()
Returns a map from Authority names to Authority URLs. |
int |
getCascadedCount()
Returns the cascaded count. |
List |
getChildren()
Returns the list of child layers of this layer. |
List |
getDataUrls()
Returns the list of DataURLs for this layer. |
Map |
getDimensionNamesToExtentsMap()
Returns a map from dimension names in lowercase to the corresponding Extent instances. |
List |
getDimensions()
Returns the list of Dimensions for this layer. |
List |
getFeatureListUrls()
Returns the list of FeatureListURLs for this layer. |
SizeView |
getFixedSize()
If this layer has a fixed size, in pixels, returns it; otherwise, returns null. |
List |
getIdentifiers()
Returns the list of Identifiers for this layer. |
List |
getKeywordList()
Returns a list of keywords pertaining to this layer. |
BoundingBox |
getLatLonBoundingBox()
Returns the LatLonBoundingBox of this layer. |
List |
getMetadataUrls()
Returns the list of MetadataURLs for this layer. |
String |
getName()
Returns the name of this layer; null if the layer is
unnamed. |
Capabilities.Layer |
getParent()
Returns the parent layer; null if this is a toplevel
layer. |
Capabilities.Layer.ScaleHint |
getScaleHint()
Returns the ScaleHint for this layer; null if none. |
List |
getSrses()
Returns the list of SRSes for this layer. |
Map |
getSrsToBoundingBoxMap()
Returns a map of SRSes to bounding boxes of this layer in that SRS. |
List |
getStyles()
Returns the list of styles for this layer. |
String |
getTitle()
Returns the title of this layer. |
boolean |
isOpaque()
Returns whether this layer is opaque. |
boolean |
isQueryable()
Returns whether this layer is queryable. |
boolean |
isSubsettable()
Returns whether this layer is subsettable. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public Capabilities.Layer getParent()
null if this is a toplevel
layer.
public boolean isQueryable()
public int getCascadedCount()
public boolean isOpaque()
public boolean isSubsettable()
public SizeView getFixedSize()
null.
public String getName()
null if the layer is
unnamed.
public String getTitle()
public String getAbstract()
public List getKeywordList()
public List getSrses()
public BoundingBox getLatLonBoundingBox()
public Map getSrsToBoundingBoxMap()
public List getDimensions()
public Map getDimensionNamesToExtentsMap()
public Capabilities.Layer.Attribution getAttribution()
null.
public Map getAuthorityNamesToUrlsMap()
public List getIdentifiers()
public List getMetadataUrls()
public List getDataUrls()
public List getFeatureListUrls()
public List getStyles()
public Capabilities.Layer.ScaleHint getScaleHint()
null if none.
public List getChildren()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||