|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.geometry.AngularUnit
Creates a angular unit of measure.
The IClone::IsIdentical method is not implemented.
| Constructor Summary | |
AngularUnit()
Constructs a AngularUnit using ArcGIS Engine. |
|
AngularUnit(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
define(java.lang.Object name,
java.lang.Object alias,
java.lang.Object abbreviation,
java.lang.Object remarks,
java.lang.Object radiansPerUnit)
Defines the properties of an angular unit. |
void |
defineEx(java.lang.String name,
java.lang.String alias,
java.lang.String abbreviation,
java.lang.String remarks,
double[] radiansPerUnit)
Defines the properties of an angular unit. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
exportToESRISpatialReference(java.lang.String[] str,
int[] cBytesWrote)
Exports this spatial reference component to a buffer. |
java.lang.String |
getAbbreviation()
The abbreviated name of this spatial reference component. |
java.lang.String |
getAlias()
The alias of this spatial reference component. |
IAngularUnit |
getAsIAngularUnit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IAngularUnitEdit |
getAsIAngularUnitEdit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IClone |
getAsIClone()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IESRISpatialReference |
getAsIESRISpatialReference()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IESRISpatialReferenceGEN |
getAsIESRISpatialReferenceGEN()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersist |
getAsIPersist()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISpatialReferenceInfo |
getAsISpatialReferenceInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
ISupportErrorInfo |
getAsISupportErrorInfo()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IUnit |
getAsIUnit()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
double |
getConversionFactor()
The conversion factor of the unit. |
int |
getESRISpatialReferenceSize()
The number of bytes required to hold the persistant representation of this spatial reference component. |
int |
getFactoryCode()
The factory code of the spatial reference. |
java.lang.String |
getName()
The name of this spatial reference component. |
double |
getRadiansPerUnit()
The radians per angular unit. |
java.lang.String |
getRemarks()
The comment string of this spatial reference component. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
int |
hashCode()
the hashcode for this object |
void |
importFromESRISpatialReference(java.lang.String str,
int[] cBytesRead)
Defines this spatial reference component from the specified ESRISpatialReference buffer. |
void |
interfaceSupportsErrorInfo(GUID riid)
Supported Platforms |
void |
isDirty()
Supported Platforms |
boolean |
isEqual(IClone other)
Returns TRUE when the receiver and other have the same properties. |
boolean |
isIdentical(IClone other)
Returns TRUE when the receiver and other are the same object. |
void |
load(IStream pstm)
Supported Platforms |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AngularUnit()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public AngularUnit(java.lang.Object obj)
throws java.io.IOException
obj to AngularUnit. AngularUnit theAngularUnit = (AngularUnit) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IESRISpatialReferenceGEN getAsIESRISpatialReferenceGEN()
public IAngularUnit getAsIAngularUnit()
public IUnit getAsIUnit()
public IAngularUnitEdit getAsIAngularUnitEdit()
public ISpatialReferenceInfo getAsISpatialReferenceInfo()
public IClone getAsIClone()
public IPersist getAsIPersist()
public IPersistStream getAsIPersistStream()
public IESRISpatialReference getAsIESRISpatialReference()
public ISupportErrorInfo getAsISupportErrorInfo()
public boolean equals(java.lang.Object o)
public int hashCode()
public int getESRISpatialReferenceSize()
throws java.io.IOException,
AutomationException
IESRISpatialReferenceGEN
getESRISpatialReferenceSize in interface IESRISpatialReferenceGENAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void importFromESRISpatialReference(java.lang.String str,
int[] cBytesRead)
throws java.io.IOException,
AutomationException
IESRISpatialReferenceGEN
importFromESRISpatialReference in interface IESRISpatialReferenceGENstr - The str (in)cBytesRead - The cBytesRead (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void exportToESRISpatialReference(java.lang.String[] str,
int[] cBytesWrote)
throws java.io.IOException,
AutomationException
IESRISpatialReferenceGEN
exportToESRISpatialReference in interface IESRISpatialReferenceGENstr - The str (out: use single element array)cBytesWrote - The cBytesWrote (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getRadiansPerUnit()
throws java.io.IOException,
AutomationException
IAngularUnit
getRadiansPerUnit in interface IAngularUnitAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public double getConversionFactor()
throws java.io.IOException,
AutomationException
IUnit
getConversionFactor in interface IUnitjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
ISpatialReferenceInfo
getName in interface ISpatialReferenceInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAlias()
throws java.io.IOException,
AutomationException
ISpatialReferenceInfo
getAlias in interface ISpatialReferenceInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getAbbreviation()
throws java.io.IOException,
AutomationException
ISpatialReferenceInfo
getAbbreviation in interface ISpatialReferenceInfojava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getRemarks()
throws java.io.IOException,
AutomationException
ISpatialReferenceInfo
getRemarks in interface ISpatialReferenceInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public int getFactoryCode()
throws java.io.IOException,
AutomationException
ISpatialReferenceInfoThe factory code is an integer identifier that is unique by projection engine object type, such as a projected coordinate system. You can use a factory code in the ISpatialReferenceFactory::CreateProjectedCoordinateSystem method for example. If you create a custom projected coordinate system, the factory code is zero.
getFactoryCode in interface ISpatialReferenceInfoAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void defineEx(java.lang.String name,
java.lang.String alias,
java.lang.String abbreviation,
java.lang.String remarks,
double[] radiansPerUnit)
throws java.io.IOException,
AutomationException
IAngularUnitEditThe DefineEx function allows you to define the properties of a angular unit of measure. The radiansPerUnit parameter defines the relationship of a unit object to radians.
defineEx in interface IAngularUnitEditname - The name (in)alias - The alias (in)abbreviation - The abbreviation (in)remarks - The remarks (in)radiansPerUnit - The radiansPerUnit (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void define(java.lang.Object name,
java.lang.Object alias,
java.lang.Object abbreviation,
java.lang.Object remarks,
java.lang.Object radiansPerUnit)
throws java.io.IOException,
AutomationException
IAngularUnitEditThe Define function allows you to define the properties of a angular unit of measure. The radiansPerUnit parameter defines the relationship of a unit object to radians.
define in interface IAngularUnitEditname - A Variant (in, optional, pass null if not required)alias - A Variant (in, optional, pass null if not required)abbreviation - A Variant (in, optional, pass null if not required)remarks - A Variant (in, optional, pass null if not required)radiansPerUnit - A Variant (in, optional, pass null if not required)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
IClone
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
IClone
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
IClone
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
IClone
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
ISupportErrorInfoIndicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||