|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IWMSLayerDescription
Provides access to members give access to WMSLayerDescription information.
IWMSLayerDescription provides access to members that describe the capabilities of a WMS layer.
| Method Summary | |
|---|---|
String |
getAbstract()
Abstract of the WMS layer. |
void |
getBoundingBox(int index,
IEnvelope[] envelope,
String[] srsCode)
Minimum bounding extents of the layer data along with the applicable SRS. |
int |
getBoundingBoxCount()
Number of bounding extents of the layer. |
String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
String |
getFeatureInfoFormat(int index)
Supported FeatureInfoFormat at the given index. |
int |
getFeatureInfoFormatCount()
Supported FeatureInfoFormat count. |
double |
getFixedHeight()
Fixed height at which server is able to display the layer. |
double |
getFixedWidth()
Fixed width at which server is able to display the layer. |
String |
getImageFormat(int index)
Supported GetMap's ImageFormat at the given index. |
int |
getImageFormatCount()
Supported GetMap's ImageFormat count. |
int |
getIsCascaded()
Indicates the number of times the layer has been reserved. |
IEnvelope |
getLatLongBoundingBox()
Minimum bounding extent of the layer data in EPSG:4326. |
IWMSLayerDescription |
getLayerDescription(int index)
WMSLayerDescription at a given index. |
int |
getLayerDescriptionCount()
Number of WMSLayerDescriptions. |
String |
getName()
Name of WMS layer. |
double |
getScaleHintMax()
Suggested maximum scale of the WMS layer. |
double |
getScaleHintMin()
Suggested minimimum scale for the WMS layer. |
String |
getSRS(int index)
Supproted SRS at the given index. |
int |
getSRSCount()
Supported SRS count. |
IWMSLayerStyleDescription |
getStyleDescription(int index)
Style of the layer at the given index. |
int |
getStyleDescriptionCount()
Number of styles in the layer. |
String |
getTitle()
Title of WMS layer. |
String |
getWMSVersion()
WMS Version. |
boolean |
isOpaque()
Indicates whether the layer is opaque or transparent in terms of the area that gets drawn. |
boolean |
isQueryable()
Indicates whether the layer is queryable. |
boolean |
isSubsettable()
Indicates whether or not the server will be able to crop the data to a geographic area smaller than its enclosing bounding box. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
Name is text used to identify a WMS layer for machine-to-machine communication.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getTitle()
throws IOException,
AutomationException
Title is the user-friendly text used to identify a WMS layer.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getAbstract()
throws IOException,
AutomationException
The abstract is a narrative description of the WMS layer.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isQueryable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isOpaque()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getIsCascaded()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isSubsettable()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFixedWidth()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getFixedHeight()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getLayerDescriptionCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWMSLayerDescription getLayerDescription(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScaleHintMin()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getScaleHintMax()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getLatLongBoundingBox()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBoundingBoxCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getBoundingBox(int index,
IEnvelope[] envelope,
String[] srsCode)
throws IOException,
AutomationException
index - The index (in)envelope - A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)srsCode - The srsCode (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getStyleDescriptionCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IWMSLayerStyleDescription getStyleDescription(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSRSCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSRS(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getWMSVersion()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getImageFormatCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getImageFormat(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getFeatureInfoFormatCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFeatureInfoFormat(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExceptionFormatCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getExceptionFormat(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||