|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPublishLayer
Provides access to a layer's capability for being published with the ArcGIS Publisher extension.
Method Summary | |
---|---|
String |
getDataDetails(String bsPadding)
Details of the layer's data. |
String |
getPublishingDescription()
The layer description reported to the publisher. |
boolean |
isDataValid()
Indicates if the data for the layer is currently valid. |
boolean |
isSupportsPublishing()
Indicates if the layer supports the publishing process. |
void |
prepareForPublishing()
Prepare the layer for the publishing process. |
Method Detail |
---|
boolean isSupportsPublishing() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getPublishingDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDataValid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDataDetails(String bsPadding) throws IOException, AutomationException
bsPadding
- The bsPadding (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void prepareForPublishing() throws IOException, AutomationException
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 |