|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapClipOptions
COM Interface 'IMapClipOptions'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the Map's clipping options.' 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 |
IID49522374_ec8e_4c1a_ba3b_2a4cc963652c
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IBorder |
getClipBorder()
An optional border drawn around ClipGeometry. |
java.lang.Object |
getClipData()
Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent. |
ISet |
getClipFilter()
Sets or returns the set of layers that will be excluded from clipping. |
IGeometry |
getClipGeometry()
A shape that layers in the map are clipped to. |
int |
getClipType()
Method used to clip layers in map. |
boolean |
isClipGridAndGraticules()
Clip grids and grticules to data extent |
void |
setClipBorder(IBorder border)
An optional border drawn around ClipGeometry. |
void |
setClipData(java.lang.Object data)
Sets or returns extended clip type data, i.e., other Map when type is esriMapClipMapExtent. |
void |
setClipFilter(ISet layers)
Sets or returns the set of layers that will be excluded from clipping. |
void |
setClipGeometry(IGeometry clipGeometry)
A shape that layers in the map are clipped to. |
void |
setClipGridAndGraticules(boolean pClipGridAndGraticules)
Clip grids and grticules to data extent |
void |
setClipType(int type)
Method used to clip layers in map. |
Field Detail |
---|
static final int IID49522374_ec8e_4c1a_ba3b_2a4cc963652c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getClipType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriMapClipType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.java.lang.Object getClipData() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipData(java.lang.Object data) throws java.io.IOException, AutomationException
data
- A reference to another Object (IUnknown) (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getClipGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipGeometry(IGeometry clipGeometry) throws java.io.IOException, AutomationException
clipGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IBorder getClipBorder() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipBorder(IBorder border) throws java.io.IOException, AutomationException
border
- A reference to a com.esri.arcgis.carto.IBorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISet getClipFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipFilter(ISet layers) throws java.io.IOException, AutomationException
layers
- A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setClipGridAndGraticules(boolean pClipGridAndGraticules) throws java.io.IOException, AutomationException
pClipGridAndGraticules
- The pClipGridAndGraticules (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isClipGridAndGraticules() throws java.io.IOException, AutomationException
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 |