com.esri.arcgis.carto
Interface IGeoReference

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
CadAnnotationLayer, CadFeatureLayer, CadLayer, IGeoReferenceProxy, RasterLayer

public interface IGeoReference
extends java.io.Serializable

COM Interface 'IGeoReference'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the georeferencing operations.' 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 IIDe70e1cc1_e5c6_11d3_b9c5_00c0f0567a4a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void flip()
          Flip operation of layer.
 boolean isCanGeoRef()
          Indicates if layer can be georeferenced.
 void mirror()
          Mirror operation of layer.
 IPointCollection pointsTransform(IPointCollection inPoints, boolean isForward)
          Transform operation of Raster.
 void rectify(java.lang.String fullpath, java.lang.String format)
          Save transformed result to a new dataset.
 void register()
          Save transformation parameters and tie-points.
 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 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.
 

Field Detail

IIDe70e1cc1_e5c6_11d3_b9c5_00c0f0567a4a

static final int IIDe70e1cc1_e5c6_11d3_b9c5_00c0f0567a4a
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isCanGeoRef

boolean isCanGeoRef()
                    throws java.io.IOException,
                           AutomationException
Indicates if layer can be georeferenced.

Returns:
The canGeoRef
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

shift

void shift(double deltaX,
           double deltaY)
           throws java.io.IOException,
                  AutomationException
Shift operation of layer.

Parameters:
deltaX - The deltaX (in)
deltaY - The deltaY (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reScale

void reScale(double xScale,
             double yScale)
             throws java.io.IOException,
                    AutomationException
ReScale operation of layer.

Parameters:
xScale - The xScale (in)
yScale - The yScale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

flip

void flip()
          throws java.io.IOException,
                 AutomationException
Flip operation of layer.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

mirror

void mirror()
            throws java.io.IOException,
                   AutomationException
Mirror operation of layer.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rotate

void rotate(IPoint ipPivotPoint,
            double angle)
            throws java.io.IOException,
                   AutomationException
Rotate operation of layer.

Parameters:
ipPivotPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
angle - The angle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

pointsTransform

IPointCollection pointsTransform(IPointCollection inPoints,
                                 boolean isForward)
                                 throws java.io.IOException,
                                        AutomationException
Transform operation of Raster.

Parameters:
inPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
isForward - The isForward (in)
Returns:
A reference to a com.esri.arcgis.geometry.IPointCollection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

twoPointsAdjust

void twoPointsAdjust(IPointCollection fromPoints,
                     IPointCollection toPoints)
                     throws java.io.IOException,
                            AutomationException
Two points adjust operation of layer.

Parameters:
fromPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
toPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

warp

void warp(IPointCollection fromPoints,
          IPointCollection toPoints,
          int order)
          throws java.io.IOException,
                 AutomationException
Warp operation of layer.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Reset operation of layer.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

register

void register()
              throws java.io.IOException,
                     AutomationException
Save transformation parameters and tie-points.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

rectify

void rectify(java.lang.String fullpath,
             java.lang.String format)
             throws java.io.IOException,
                    AutomationException
Save transformed result to a new dataset.

Parameters:
fullpath - The fullpath (in)
format - The format (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.