|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoReference
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 |
---|
static final int IIDe70e1cc1_e5c6_11d3_b9c5_00c0f0567a4a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
boolean isCanGeoRef() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void shift(double deltaX, double deltaY) throws java.io.IOException, AutomationException
deltaX
- The deltaX (in)deltaY
- The deltaY (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reScale(double xScale, double yScale) throws java.io.IOException, AutomationException
xScale
- The xScale (in)yScale
- The yScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void flip() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void mirror() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void rotate(IPoint ipPivotPoint, double angle) throws java.io.IOException, AutomationException
ipPivotPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)angle
- The angle (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPointCollection pointsTransform(IPointCollection inPoints, boolean isForward) throws java.io.IOException, AutomationException
inPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)isForward
- The isForward (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void twoPointsAdjust(IPointCollection fromPoints, IPointCollection toPoints) throws java.io.IOException, AutomationException
fromPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)toPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void warp(IPointCollection fromPoints, IPointCollection toPoints, int order) throws java.io.IOException, AutomationException
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)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void register() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void rectify(java.lang.String fullpath, java.lang.String format) throws java.io.IOException, AutomationException
fullpath
- The fullpath (in)format
- The format (in)
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 |