|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMSLayerDescription
COM Interface 'IWMSLayerDescription'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriGISClient.olb'
Description: 'Provides access to members give access to WMSLayerDescription information.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2290f5ac_8561_4b1d_8fda_482a063f1ef4
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
java.lang.String |
getAbstract()
Abstract of the WMS layer. |
void |
getBoundingBox(int index,
IEnvelope[] envelope,
java.lang.String[] srsCode)
Minimum bounding extents of the layer data along with the applicable SRS. |
int |
getBoundingBoxCount()
Number of bounding extents of the layer. |
java.lang.String |
getExceptionFormat(int index)
Supported exception at the given index. |
int |
getExceptionFormatCount()
Supported exception format count. |
java.lang.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. |
java.lang.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. |
java.lang.String |
getName()
Name of WMS layer. |
double |
getScaleHintMax()
Suggested maximum scale of the WMS layer. |
double |
getScaleHintMin()
Suggested minimimum scale for the WMS layer. |
java.lang.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. |
java.lang.String |
getTitle()
Title of WMS layer. |
java.lang.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. |
Field Detail |
---|
static final int IID2290f5ac_8561_4b1d_8fda_482a063f1ef4
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getTitle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getAbstract() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isQueryable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOpaque() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getIsCascaded() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSubsettable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFixedWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getFixedHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLayerDescriptionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSLayerDescription getLayerDescription(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScaleHintMin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getScaleHintMax() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getLatLongBoundingBox() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBoundingBoxCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getBoundingBox(int index, IEnvelope[] envelope, java.lang.String[] srsCode) throws java.io.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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getStyleDescriptionCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSLayerStyleDescription getStyleDescription(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSRSCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getSRS(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getWMSVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageFormatCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getImageFormat(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getFeatureInfoFormatCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getFeatureInfoFormat(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getExceptionFormatCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.String getExceptionFormat(int index) throws java.io.IOException, AutomationException
index
- The index (in)
java.io.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 |