|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.CadLayer
public class CadLayer
Esri CAD Layer class.
Constructor Summary | |
---|---|
CadLayer()
Constructs a CadLayer using ArcGIS Engine. |
|
CadLayer(Object obj)
Construct a CadLayer using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addExtension(Object ext)
Adds a new extension. |
boolean |
connect(IName pOptRepairName)
Connects the layer to its data source. |
void |
disconnect()
Disconnects the data from the layer. |
void |
draw(int drawPhase,
IDisplay display,
ITrackCancel trackCancel)
Draws the layer to the specified display for the given draw phase. |
void |
enumConnectionPoints(IEnumConnectionPoints[] ppEnum)
enumConnectionPoints |
boolean |
equals(Object o)
Compare this object with another |
void |
findConnectionPoint(GUID riid,
IConnectionPoint[] ppCP)
findConnectionPoint |
void |
flip()
Flip operation of layer. |
IEnvelope |
getAreaOfInterest()
The default area of interest for the layer. |
short |
getBrightness()
Layer brightness in percent (-100 - 100). |
int |
getCad3DRenderMode()
Render mode type for Cad drawing. |
ICadDrawingDataset |
getCadDrawingDataset()
The dataset of the CAD drawing. |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
short |
getContrast()
Layer contrast in percent (-100 - 100). |
String |
getDataDetails(String bsPadding)
Details of the layer's data. |
IName |
getDataSourceName()
Name of the data object for the layer. |
int |
getDrawingLayerCount()
The number of layers in the CAD drawing. |
String |
getDrawingLayerName(int index)
The name of the CAD drawing layer at the specified index. |
Object |
getExtension(int index)
The extension at the specified index. |
int |
getExtensionCount()
Number of extensions. |
IEnvelope |
getExtent()
The extent of the GeoDataset. |
String |
getFilePath()
Full pathname of the CAD drawing. |
void |
getFromToTransform(_WKSPoint[] fromPoint1,
_WKSPoint[] fromPoint2,
_WKSPoint[] toPoint1,
_WKSPoint[] toPoint2)
Returns the points of a two point transformation. |
int |
getLargeImage()
Large image that represents the layer. |
int |
getLargeSelectedImage()
Large image that represents the layer when it is selected. |
double |
getLastMaximumScale()
Last maximum scale setting used by layer. |
double |
getLastMinimumScale()
Last minimum scale setting used by layer. |
double |
getLayerWeight()
Default layer position. |
double |
getMaximumScale()
Maximum scale (representative fraction) at which the layer will display. |
double |
getMinimumScale()
Minimum scale (representative fraction) at which the layer will display. |
String |
getName()
Layer name. |
String |
getPublishingDescription()
The layer description reported to the publisher. |
String |
getRelativeBase()
Base path used when storing relative path names. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
getSmallImage()
Small image that represents the layer. |
int |
getSmallSelectedImage()
Small image that represents the layer when it is selected. |
ISpatialReference |
getSpatialReference()
The spatial reference of the GeoDataset. |
int |
getSupportedDrawPhases()
Supported draw phases. |
String |
getTipText(double x,
double y,
double tolerance)
Map tip text at the specified location. |
void |
getTransformation(_WKSPoint[] from,
_WKSPoint[] to,
double[] angle,
double[] scale)
Returns the rotation, scale, and translation of a transformation. |
int |
getTransformMode()
The transformation type. |
short |
getTransparency()
Layer transparency in percent (0-100). |
String |
getWorldFileName()
The pathname of the world file. |
int |
hashCode()
the hashcode for this object |
IArray |
identify(IGeometry pGeom)
Identifies objects at the specified location. |
String |
ILayerGeneralProperties_getLayerDescription()
Description for the layer. |
boolean |
inWorkspace(IWorkspace workspace)
Returns TRUE if the layer is in the specified workspace. |
boolean |
is2d()
Indicates if the CAD drawing is 2D. |
boolean |
is3d()
Indicates if the CAD drawing is 3D. |
boolean |
isAutoCad()
Indicates if the CAD drawing is an AutoCAD file. |
boolean |
isCached()
Indicates if the layer needs its own display cache. |
boolean |
isCanGeoRef()
Indicates if layer can be georeferenced. |
boolean |
isDataSourceSupported(IName name)
Indicates if the specified data object name is supported by the layer. |
boolean |
isDataValid()
Indicates if the data for the layer is currently valid. |
boolean |
isDgn()
Indicates if the CAD drawing is a MicroStation file. |
void |
isDirty()
isDirty |
boolean |
isDrawingLayerVisible(int index)
Indicates if the specified CAD drawing layer visible in the CAD layer in ArcMap. |
boolean |
isEnableTransformations()
Indicates if global transformations are enabled. |
boolean |
isOriginalDrawingLayerVisible(int index)
Indicates if the specified CAD drawing layer visible in the CAD drawing itself. |
boolean |
isShowTips()
Indicates if the layer shows map tips. |
boolean |
isSupportsBrightnessChange()
Indicates if the layer supports brightness changes. |
boolean |
isSupportsContrastChange()
Indicates if the layer supports contrast changes. |
boolean |
isSupportsInteractive()
Indicates if the layer supports interactive effects changes. |
boolean |
isSupportsPublishing()
Indicates if the layer supports the publishing process. |
boolean |
isSupportsTransparency()
Indicates if the layer supports transparency. |
boolean |
isUsesFilter()
Indicates if the current object draws using a filter. |
boolean |
isValid()
Indicates if the layer is currently valid. |
boolean |
isVisible()
Indicates if the layer is currently visible. |
void |
load(IStream pstm)
load |
void |
mirror()
Mirror operation of layer. |
IPointCollection |
pointsTransform(IPointCollection inPoints,
boolean isForward)
Transform operation of Raster. |
void |
prepareForPublishing()
Prepare the layer for the publishing process. |
void |
readExternal(ObjectInput in)
|
void |
rectify(String fullpath,
String format)
Save transformed result to a new dataset. |
void |
register()
Save transformation parameters and tie-points. |
void |
removeExtension(int index)
Removes the specified extension. |
void |
reScale(double xScale,
double yScale)
ReScale operation of layer. |
void |
reset()
Reset operation of layer. |
void |
rotate(IPoint ipPivotPoint,
double angle)
Rotate operation of layer. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setBrightness(short brightnessValue)
Layer brightness in percent (-100 - 100). |
void |
setCached(boolean cached)
Indicates if the layer needs its own display cache. |
void |
setCad3DRenderMode(int mode)
Render mode type for Cad drawing. |
void |
setCadDrawingDatasetByRef(ICadDrawingDataset cadDrawingDataset)
The dataset of the CAD drawing. |
void |
setContrast(short contrastValue)
Layer contrast in percent (-100 - 100). |
void |
setDataSourceName(IName name)
Name of the data object for the layer. |
void |
setDrawingLayerVisible(int index,
boolean visible)
Indicates if the specified CAD drawing layer visible in the CAD layer in ArcMap. |
void |
setEnableTransformations(boolean enabled)
Indicates if global transformations are enabled. |
void |
setFromToTransform(_WKSPoint fromPoint1,
_WKSPoint fromPoint2,
_WKSPoint toPoint1,
_WKSPoint toPoint2)
Sets the points of a two point transformation. |
void |
setLayerDescription(String text)
Description for the layer. |
void |
setLayerWeight(double layerWeight)
Default layer position. |
void |
setMaximumScale(double maxScale)
Maximum scale (representative fraction) at which the layer will display. |
void |
setMinimumScale(double minScale)
Minimum scale (representative fraction) at which the layer will display. |
void |
setName(String name)
Layer name. |
void |
setRelativeBase(String basePath)
Base path used when storing relative path names. |
void |
setShowTips(boolean show)
Indicates if the layer shows map tips. |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
Spatial reference for the layer. |
void |
setSupportsInteractive(boolean supported)
Indicates if the layer supports interactive effects changes. |
void |
setTransformation(_WKSPoint from,
_WKSPoint to,
double angle,
double scale)
Sets the rotation, scale, and translation of a transformation. |
void |
setTransformMode(int mode)
The transformation type. |
void |
setTransparency(short alpha)
Layer transparency in percent (0-100). |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
void |
setWorldFileName(String filePath)
The pathname of the world file. |
void |
shift(double deltaX,
double deltaY)
Shift operation of layer. |
void |
twoPointsAdjust(IPointCollection fromPoints,
IPointCollection toPoints)
Two points adjust operation of layer. |
void |
warp(IPointCollection fromPoints,
IPointCollection toPoints,
int order)
Warp operation of layer. |
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public CadLayer() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic CadLayer(Object obj) throws IOException
obj
to CadLayer
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
CadLayer theCadLayer = (CadLayer) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String getName() throws IOException, AutomationException
Use this property to associate a string with a layer.
getName
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface ILayer
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isValid() throws IOException, AutomationException
The valid property indicates if the layer is currently valid. Layers that reference feature classes are valid when they hold a reference to a valid feature class. The property does not however validate the integrity of the feature classes reference to the database. Therefore, in rare situations if a datasource is removed after a layer is initialized, the layer will report itself as valid but query attempts to the data source will error due to the lack of underlying data.
isValid
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getAreaOfInterest() throws IOException, AutomationException
Returns the spatial-referenced extent of the layer.
getAreaOfInterest
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMinimumScale() throws IOException, AutomationException
Specifies the minimum scale at which the layer will be displayed. This means that if you zoom out beyond this scale, the layer will not display. For example, specify 1000 to have the layer not display when zoomed out beyond 1:1000.
getMinimumScale
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumScale(double minScale) throws IOException, AutomationException
setMinimumScale
in interface ILayer
minScale
- The minScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumScale() throws IOException, AutomationException
Specifies the maximum scale at which the layer will be displayed. This means that if you zoom in beyond this scale, the layer will not display. For example, specify 500 to have the layer not display when zoomed in beyond 1:500.
getMaximumScale
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumScale(double maxScale) throws IOException, AutomationException
setMaximumScale
in interface ILayer
maxScale
- The maxScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws IOException, AutomationException
isVisible
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws IOException, AutomationException
setVisible
in interface ILayer
visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isShowTips() throws IOException, AutomationException
Indicates whether or not map tips are shown for the layer. If set to True, then map tips will be shown for the layer. You can determine the text that will be shown via TipText. For a FeatureLayer, this text comes from the data for IFeatureLayer::DisplayField.
isShowTips
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setShowTips(boolean show) throws IOException, AutomationException
setShowTips
in interface ILayer
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTipText(double x, double y, double tolerance) throws IOException, AutomationException
getTipText
in interface ILayer
x
- The x (in)y
- The y (in)tolerance
- The tolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCached() throws IOException, AutomationException
This property indicates whether or not the layer requires its own display cache. If this property is True, then the Map will use a separate display cache for the layer so that it can be refreshed indpendently of other layers.
The Map is responsible for cache management. See IScreenDisplay::AddCache for more information on caches.
isCached
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCached(boolean cached) throws IOException, AutomationException
Informational property. Container is responsible for cache management.
setCached
in interface ILayer
cached
- The cached (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSupportedDrawPhases() throws IOException, AutomationException
Indicates the draw phases supported by the layer (esriDPGeography, esriDPAnnotation, esriDPSelection, or any combination of the three). The supported draw phases are defined by esriDrawPhase. When multiple draw phases are supported, the sum of the constants is used. For example, if SupportedDrawPhases = 3 then the layer supports drawing in the geography and annotation phases.
getSupportedDrawPhases
in interface ILayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSpatialReferenceByRef(ISpatialReference rhs1) throws IOException, AutomationException
This property is only used for map display, setting this property does not change the spatial reference of the layer's underlying data. The ArcGIS framework uses this property to pass the spatial reference from the map to the layer in order to support on-the-fly projection.
setSpatialReferenceByRef
in interface ILayer
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(int drawPhase, IDisplay display, ITrackCancel trackCancel) throws IOException, AutomationException
This method draws the layer to the Display for the specified DrawPhase. Use the TrackCancel object to allow the drawing of the layer to be interrupted by the user.
draw
in interface ILayer
drawPhase
- A com.esri.arcgis.system.esriDrawPhase constant (in)display
- A reference to a com.esri.arcgis.display.IDisplay (in)trackCancel
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ICadDrawingDataset getCadDrawingDataset() throws IOException, AutomationException
getCadDrawingDataset
in interface ICadLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCadDrawingDatasetByRef(ICadDrawingDataset cadDrawingDataset) throws IOException, AutomationException
setCadDrawingDatasetByRef
in interface ICadLayer
cadDrawingDataset
- A reference to a com.esri.arcgis.datasourcesfile.ICadDrawingDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFilePath() throws IOException, AutomationException
getFilePath
in interface ICadLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer
public boolean is2d() throws IOException, AutomationException
is2d
in interface ICadLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean is3d() throws IOException, AutomationException
is3d
in interface ICadLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoCad() throws IOException, AutomationException
isAutoCad
in interface ICadLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer
public boolean isDgn() throws IOException, AutomationException
isDgn
in interface ICadLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer
public int getDrawingLayerCount() throws IOException, AutomationException
getDrawingLayerCount
in interface ICadDrawingLayers
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDrawingLayerName(int index) throws IOException, AutomationException
getDrawingLayerName
in interface ICadDrawingLayers
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDrawingLayerVisible(int index) throws IOException, AutomationException
isDrawingLayerVisible
in interface ICadDrawingLayers
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDrawingLayerVisible(int index, boolean visible) throws IOException, AutomationException
setDrawingLayerVisible
in interface ICadDrawingLayers
index
- The index (in)visible
- The visible (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isOriginalDrawingLayerVisible(int index) throws IOException, AutomationException
isOriginalDrawingLayerVisible
in interface ICadDrawingLayers
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnableTransformations() throws IOException, AutomationException
isEnableTransformations
in interface ICadTransformations
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnableTransformations(boolean enabled) throws IOException, AutomationException
setEnableTransformations
in interface ICadTransformations
enabled
- The enabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getWorldFileName() throws IOException, AutomationException
getWorldFileName
in interface ICadTransformations
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setWorldFileName(String filePath) throws IOException, AutomationException
setWorldFileName
in interface ICadTransformations
filePath
- The filePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTransformMode() throws IOException, AutomationException
getTransformMode
in interface ICadTransformations
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransformMode(int mode) throws IOException, AutomationException
setTransformMode
in interface ICadTransformations
mode
- A com.esri.arcgis.datasourcesfile.esriCadTransform constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getFromToTransform(_WKSPoint[] fromPoint1, _WKSPoint[] fromPoint2, _WKSPoint[] toPoint1, _WKSPoint[] toPoint2) throws IOException, AutomationException
getFromToTransform
in interface ICadTransformations
fromPoint1
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)fromPoint2
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)toPoint1
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)toPoint2
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFromToTransform(_WKSPoint fromPoint1, _WKSPoint fromPoint2, _WKSPoint toPoint1, _WKSPoint toPoint2) throws IOException, AutomationException
setFromToTransform
in interface ICadTransformations
fromPoint1
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)fromPoint2
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)toPoint1
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)toPoint2
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getTransformation(_WKSPoint[] from, _WKSPoint[] to, double[] angle, double[] scale) throws IOException, AutomationException
getTransformation
in interface ICadTransformations
from
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)to
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (out: use single element array)angle
- The angle (out: use single element array)scale
- The scale (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransformation(_WKSPoint from, _WKSPoint to, double angle, double scale) throws IOException, AutomationException
setTransformation
in interface ICadTransformations
from
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)to
- A Structure: com.esri.arcgis.system._WKSPoint (A com.esri.arcgis.system._WKSPoint COM typedef) (in)angle
- The angle (in)scale
- The scale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCanGeoRef() throws IOException, AutomationException
isCanGeoRef
in interface IGeoReference
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void shift(double deltaX, double deltaY) throws IOException, AutomationException
shift
in interface IGeoReference
deltaX
- The deltaX (in)deltaY
- The deltaY (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reScale(double xScale, double yScale) throws IOException, AutomationException
reScale
in interface IGeoReference
xScale
- The xScale (in)yScale
- The yScale (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void flip() throws IOException, AutomationException
flip
in interface IGeoReference
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void mirror() throws IOException, AutomationException
mirror
in interface IGeoReference
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rotate(IPoint ipPivotPoint, double angle) throws IOException, AutomationException
rotate
in interface IGeoReference
ipPivotPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)angle
- The angle (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPointCollection pointsTransform(IPointCollection inPoints, boolean isForward) throws IOException, AutomationException
pointsTransform
in interface IGeoReference
inPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)isForward
- The isForward (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void twoPointsAdjust(IPointCollection fromPoints, IPointCollection toPoints) throws IOException, AutomationException
twoPointsAdjust
in interface IGeoReference
fromPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)toPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void warp(IPointCollection fromPoints, IPointCollection toPoints, int order) throws IOException, AutomationException
warp
in interface IGeoReference
fromPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)toPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)order
- The order (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws IOException, AutomationException
reset
in interface IGeoReference
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void register() throws IOException, AutomationException
register
in interface IGeoReference
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void rectify(String fullpath, String format) throws IOException, AutomationException
rectify
in interface IGeoReference
fullpath
- The fullpath (in)format
- The format (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCad3DRenderMode() throws IOException, AutomationException
getCad3DRenderMode
in interface ICad3DRenderMode
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCad3DRenderMode(int mode) throws IOException, AutomationException
setCad3DRenderMode
in interface ICad3DRenderMode
mode
- A com.esri.arcgis.carto.esriCad3DRenderMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void enumConnectionPoints(IEnumConnectionPoints[] ppEnum) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
enumConnectionPoints
in interface IConnectionPointContainer
ppEnum
- A reference to a com.esri.arcgis.display.IEnumConnectionPoints (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void findConnectionPoint(GUID riid, IConnectionPoint[] ppCP) throws IOException, AutomationException
IConnectionPointContainer is a Microsoft interface. Please refer to MSDN for information about this interface.
findConnectionPoint
in interface IConnectionPointContainer
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)ppCP
- A reference to a com.esri.arcgis.display.IConnectionPoint (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getSpatialReference() throws IOException, AutomationException
This property is read only. For layers, when the first layer is added to ArcMap, its spatial reference is read by this property, and the map is set to this spatial reference.
Instances of the esriCarto.GroupLayer class will return null for this property, as a group layer can contain multiple datasets with different spatial references.
Modifications to a spatial reference returned by this property will not be persisted. To modify the spatial reference of a dataset, the IGeoDatasetSchemaEdit and IGeoDatasetSchemaEdit2 interfaces should be used.
getSpatialReference
in interface IGeoDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws IOException, AutomationException
The IGeoDataset::Extent property returns an envelope representing the maximum extent of data which has been stored in the dataset.
Consider the following scenario. A new feature class has features added to it. The IGeoDataset::Extent is then requested and an envelope is returned. The extents of the envelope returned are represented by the red box in the image below.
If a portion of the features were then deleted and the extent is again requested an envelope with the exact same extents as during the first request would be returned (see image below). This is because the deletion of features does not shrink the extent. However all additions of features outside the red box would increase the envelope returned to encompass the newly added features.
If you would like to update the IGeoDataset::Extent property to reflect the current features in your dataset please see IFeatureClassManage::UpdateExtent (also see IFeatureClassLoad). In the image below the extent has been updated and a new envelope is being returned.
ESRI's GroupLayer implements this property differently from most other layer coclasses. When you instantiate a new GroupLayer, this property will return a valid envelope with zero height and width. With most other newly instantiated layers (for example FeatureLayer, RasterLayer, TinLayer), this property initally returns Nothing.
getExtent
in interface IGeoDataset
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty
in interface IPersistStream
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws IOException, AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws IOException, AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IName getDataSourceName() throws IOException, AutomationException
getDataSourceName
in interface IDataLayer
getDataSourceName
in interface IDataLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceName(IName name) throws IOException, AutomationException
setDataSourceName
in interface IDataLayer
setDataSourceName
in interface IDataLayer2
name
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDataSourceSupported(IName name) throws IOException, AutomationException
isDataSourceSupported
in interface IDataLayer
isDataSourceSupported
in interface IDataLayer2
name
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean connect(IName pOptRepairName) throws IOException, AutomationException
connect
in interface IDataLayer
connect
in interface IDataLayer2
pOptRepairName
- A reference to a com.esri.arcgis.system.IName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getRelativeBase() throws IOException, AutomationException
The RelativeBase property is used internally when persisting and loading documents with a relative path. When a document has been fully loaded the path is realized to a complete path.
getRelativeBase
in interface IDataLayer
getRelativeBase
in interface IDataLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRelativeBase(String basePath) throws IOException, AutomationException
setRelativeBase
in interface IDataLayer
setRelativeBase
in interface IDataLayer2
basePath
- The basePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void disconnect() throws IOException, AutomationException
disconnect
in interface IDataLayer2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean inWorkspace(IWorkspace workspace) throws IOException, AutomationException
inWorkspace
in interface IDataLayer2
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUsesFilter() throws IOException, AutomationException
The UsesFilter property returns true when the object in question will draw with a filter. Drawing with a filter means means that an object that would normally draw as vector graphics will instead draw as raster. The UsesFilter property is particularly useful for detecting vector map layers that will be rasterized at time of print or export.
isUsesFilter
in interface IDisplayAdmin
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray identify(IGeometry pGeom) throws IOException, AutomationException
When the IIdentify interface is on a map layer, the Identify method returns an array of FeatureIdentifyObject objects.
On a FeatureIdentifyObject, you can do a QI to the IIdentifyObj interface to get more information about the identified feature. The IIdentifyObj interface returns the window handle, layer, and name of the feature; it has methods to flash the feature in the display and to display a context menu at the Identify location.
This method performs an identify operation with the provided geometry. When identifying layers, typically a small envelope is passed in rather than a point to account for differences in the precision of the display and the feature geometry.
identify
in interface IIdentify
pGeom
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSmallImage() throws IOException, AutomationException
The icon used to represent the layer in ArcCatalog's 'List' and 'Details' views.
getSmallImage
in interface ILayerInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getSmallSelectedImage() throws IOException, AutomationException
The icon used to represent the layer when it is selected in ArcCatalog's 'List' and 'Details' views.
getSmallSelectedImage
in interface ILayerInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLargeImage() throws IOException, AutomationException
The icon used to represent the layer in ArcCatalog's 'Large Icon' view.
getLargeImage
in interface ILayerInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getLargeSelectedImage() throws IOException, AutomationException
The icon used to represent the layer when it is selected in ArcCatalog's 'Large Icon' view.
getLargeSelectedImage
in interface ILayerInfo
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsTransparency() throws IOException, AutomationException
isSupportsTransparency
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsContrastChange() throws IOException, AutomationException
isSupportsContrastChange
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsBrightnessChange() throws IOException, AutomationException
isSupportsBrightnessChange
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsInteractive(boolean supported) throws IOException, AutomationException
setSupportsInteractive
in interface ILayerEffects
supported
- The supported (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsInteractive() throws IOException, AutomationException
isSupportsInteractive
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getTransparency() throws IOException, AutomationException
When
you set Transparency for a
FeatureLayer, a
TransparencyDisplayFilter is created and applied
to the layer. You can accomplish the same effect by manually
creating a new TransparencyDisplayFilter using IDisplayFilter, and
then assigning it to a layer using
IDisplayFilterManager.
getTransparency
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTransparency(short alpha) throws IOException, AutomationException
setTransparency
in interface ILayerEffects
alpha
- The alpha (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getContrast() throws IOException, AutomationException
getContrast
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setContrast(short contrastValue) throws IOException, AutomationException
setContrast
in interface ILayerEffects
contrastValue
- The contrastValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getBrightness() throws IOException, AutomationException
getBrightness
in interface ILayerEffects
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBrightness(short brightnessValue) throws IOException, AutomationException
setBrightness
in interface ILayerEffects
brightnessValue
- The brightnessValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLayerWeight() throws IOException, AutomationException
The LayerWeight property defines the weight of the layer in the auto arrange order. During auto arrange, the higher weight layers are added to the map first, which means they draw lower in the draw order.
Default weights for layers are these values:
Annotation layers = 97
Points layers = 98
Polyline layers = 99
Polygon Layers = 100
getLayerWeight
in interface ILayerPosition
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerWeight(double layerWeight) throws IOException, AutomationException
setLayerWeight
in interface ILayerPosition
layerWeight
- The layerWeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getExtensionCount() throws IOException, AutomationException
getExtensionCount
in interface ILayerExtensions
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getExtension(int index) throws IOException, AutomationException
getExtension
in interface ILayerExtensions
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addExtension(Object ext) throws IOException, AutomationException
addExtension
in interface ILayerExtensions
ext
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeExtension(int index) throws IOException, AutomationException
removeExtension
in interface ILayerExtensions
index
- The index (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsPublishing() throws IOException, AutomationException
isSupportsPublishing
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPublishingDescription() throws IOException, AutomationException
getPublishingDescription
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isDataValid() throws IOException, AutomationException
isDataValid
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDataDetails(String bsPadding) throws IOException, AutomationException
getDataDetails
in interface IPublishLayer
bsPadding
- The bsPadding (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void prepareForPublishing() throws IOException, AutomationException
prepareForPublishing
in interface IPublishLayer
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLastMinimumScale() throws IOException, AutomationException
getLastMinimumScale
in interface ILayerGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getLastMaximumScale() throws IOException, AutomationException
getLastMaximumScale
in interface ILayerGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String ILayerGeneralProperties_getLayerDescription() throws IOException, AutomationException
ILayerGeneralProperties_getLayerDescription
in interface ILayerGeneralProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLayerDescription(String text) throws IOException, AutomationException
setLayerDescription
in interface ILayerGeneralProperties
text
- The text (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |