|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeoReference
Provides access to members that control the georeferencing operations.
| 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(String fullpath,
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. |
| Method Detail |
|---|
boolean isCanGeoRef()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void shift(double deltaX,
double deltaY)
throws IOException,
AutomationException
deltaX - The deltaX (in)deltaY - The deltaY (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reScale(double xScale,
double yScale)
throws IOException,
AutomationException
xScale - The xScale (in)yScale - The yScale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void flip()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void mirror()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void rotate(IPoint ipPivotPoint,
double angle)
throws IOException,
AutomationException
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.
IPointCollection pointsTransform(IPointCollection inPoints,
boolean isForward)
throws IOException,
AutomationException
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.
void twoPointsAdjust(IPointCollection fromPoints,
IPointCollection toPoints)
throws IOException,
AutomationException
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.
void warp(IPointCollection fromPoints,
IPointCollection toPoints,
int order)
throws 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void reset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void register()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void rectify(String fullpath,
String format)
throws IOException,
AutomationException
fullpath - The fullpath (in)format - The format (in)
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 | ||||||||