|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeometricXform
Provides access to members that control a geometric transform.
The IGeometricXform is used to create a GeometricXform object.
'Create a geometric xform
Method Summary | |
---|---|
ITransformation |
getTransformation()
The geometric transformation to be applied. |
void |
setDomainsByRef(IGeometryCollection rhs1)
The domains in output space. |
void |
setTransformationByRef(ITransformation ppTransformation)
The geometric transformation to be applied. |
Methods inherited from interface com.esri.arcgis.geodatabase.IGeodataXform |
---|
getDomains, getSpatialReference, isIdentity, setSpatialReferenceByRef, transform, transformCellsize, transformExtent, transformPoints |
Method Detail |
---|
void setDomainsByRef(IGeometryCollection rhs1) throws IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.IGeometryCollection (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ITransformation getTransformation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransformationByRef(ITransformation ppTransformation) throws IOException, AutomationException
ppTransformation
- A reference to a com.esri.arcgis.geometry.ITransformation (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 |