| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapClipOptions
Provides access to the Map's clipping options.
| Method Summary | |
|---|---|
 IBorder | 
getClipBorder()
An optional border drawn around ClipGeometry.  | 
 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(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.  | 
| Method Detail | 
|---|
int getClipType()
                throws IOException,
                       AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClipType(int type)
                 throws IOException,
                        AutomationException
type - A com.esri.arcgis.carto.esriMapClipType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getClipData()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClipData(Object data)
                 throws IOException,
                        AutomationException
data - A reference to another Object (IUnknown)  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeometry getClipGeometry()
                          throws IOException,
                                 AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClipGeometry(IGeometry clipGeometry)
                     throws IOException,
                            AutomationException
clipGeometry - A reference to a com.esri.arcgis.geometry.IGeometry  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IBorder getClipBorder()
                      throws IOException,
                             AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClipBorder(IBorder border)
                   throws IOException,
                          AutomationException
border - A reference to a com.esri.arcgis.carto.IBorder  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISet getClipFilter()
                   throws IOException,
                          AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClipFilter(ISet layers)
                   throws IOException,
                          AutomationException
layers - A reference to a com.esri.arcgis.system.ISet  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setClipGridAndGraticules(boolean pClipGridAndGraticules)
                              throws IOException,
                                     AutomationException
pClipGridAndGraticules - The pClipGridAndGraticules  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isClipGridAndGraticules()
                                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 | ||||||||