|
|||||||||
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<String,String> |
getAuthorityNamesToUrlsMap()
Returns a map from Authority names to Authority URLs. |
int |
getCascadedCount()
Returns the cascaded count. |
List<Capabilities.Layer> |
getChildren()
Returns the list of child layers of this layer. |
List<Capabilities.UrlWithFormat> |
getDataUrls()
Returns the list of DataURLs for this layer. |
Map<String,Capabilities.Layer.Extent> |
getDimensionNamesToExtentsMap()
Returns a map from dimension names in lowercase to the corresponding Extent instances. |
List<Capabilities.Layer.Dimension> |
getDimensions()
Returns the list of Dimensions for this layer. |
List<Capabilities.UrlWithFormat> |
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<Capabilities.Layer.Identifier> |
getIdentifiers()
Returns the list of Identifiers for this layer. |
List<String> |
getKeywordList()
Returns a list of keywords pertaining to this layer. |
BoundingBox |
getLatLonBoundingBox()
Returns the LatLonBoundingBox of this layer. |
List<Capabilities.Layer.MetadataUrl> |
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<String> |
getSrses()
Returns the list of SRSes for this layer. |
Map<String,BoundingBox> |
getSrsToBoundingBoxMap()
Returns a map of SRSes to bounding boxes of this layer in that SRS. |
List<Capabilities.Layer.Style> |
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<String> getKeywordList()
public List<String> getSrses()
public BoundingBox getLatLonBoundingBox()
public Map<String,BoundingBox> getSrsToBoundingBoxMap()
public List<Capabilities.Layer.Dimension> getDimensions()
public Map<String,Capabilities.Layer.Extent> getDimensionNamesToExtentsMap()
public Capabilities.Layer.Attribution getAttribution()
null
.
public Map<String,String> getAuthorityNamesToUrlsMap()
public List<Capabilities.Layer.Identifier> getIdentifiers()
public List<Capabilities.Layer.MetadataUrl> getMetadataUrls()
public List<Capabilities.UrlWithFormat> getDataUrls()
public List<Capabilities.UrlWithFormat> getFeatureListUrls()
public List<Capabilities.Layer.Style> getStyles()
public Capabilities.Layer.ScaleHint getScaleHint()
null
if none.
public List<Capabilities.Layer> getChildren()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |