public class VerticalCoordinateSystem extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IVerticalCoordinateSystemGEN, IVerticalCoordinateSystem, IESRISpatialReferenceGEN, IESRISpatialReferenceGEN2, IVerticalCoordinateSystemEdit, ISpatialReferenceInfo, IESRISpatialReference, IClone, IPersist, IPersistStream, ISupportErrorInfo, ISpatialReferenceAuthority, java.io.Externalizable
Description 'Creates a vertical coordinate system.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
IID, IIDd9f23920_ee88_4b14_aa07_a526aa1dfc03, xxDummyIID, IID3f6c2145_3320_446f_82bf_b3e38fadc833, xxDummyIID4da0fe00_1dd2_11b2_bf49_08002022f573IID, IIDf90e304c_a0f7_4a7d_9f62_25fd2a5c96af, xxDummyIID, IID3f9863b9_5477_4757_ac6f_63204de301ee, xxDummyIID, IIDcd01a024_c9cf_46c8_8fc9_acec374c1c4c, xxDummyIID, IIDbf8786d0_4fc5_487b_9e6a_53e5cb5619c1, xxDummyIID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummyIID, IID00000109_0000_0000_c000_000000000046, xxDummyIID0000010c_0000_0000_c000_000000000046IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummyIID, IIDd2f20dac_5ca7_4b58_bddb_309fdd0e364a, xxDummy| Constructor and Description |
|---|
VerticalCoordinateSystem()
Constructs a VerticalCoordinateSystem using ArcGIS Engine.
|
VerticalCoordinateSystem(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
VerticalCoordinateSystem theVerticalCoordinateSystem = (VerticalCoordinateSystem) obj; |
| Modifier and Type | Method and Description |
|---|---|
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 useage,
java.lang.Object hvDatum,
java.lang.Object projectedUnit,
java.lang.Object verticalShift,
java.lang.Object positiveDirection)
Defines the properties of a vertical coordinate system.
|
void |
define(java.lang.String authorityName,
int authorityCode,
java.lang.String authorityVersion)
Defines the authority-related metadata properties for this spatial reference object.
|
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.
|
void |
exportToESRISpatialReference2(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.
|
java.lang.String |
getAuthorityName()
The name of the defining authority for this object.
|
void |
getClassID(GUID[] pClassID)
getClassID
|
static java.lang.String |
getClsid()
getClsid.
|
int |
getCode()
The code identifying this object relative to its authority.
|
ILinearUnit |
getCoordinateUnit()
The linear unit of measure for the vertical coordinate system.
|
IHVDatum |
getDatum()
The vertical or horizontal datum of the vertical coordinate system.
|
int |
getESRISpatialReferenceSize()
The number of bytes required to hold the persistant representation of this spatial reference component.
|
int |
getFactoryCode()
The factory code (WKID) of the spatial reference.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getName()
The name of this spatial reference component.
|
void |
getParameters(IParameter[] parameters)
Gets the vertical coordinate system parameters.
|
void |
getParameters(IParameter[][] parameters)
Retrieves the PositiveDirection and VerticalShift parameters into an array.
|
int |
getPositiveDirection()
A parameter that determines whether the coordinate system is positive 'up' or 'down'.
|
java.lang.String |
getRemarks()
The comment string of this spatial reference component.
|
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax
|
java.lang.String |
getUsage()
The usage notes of a vertical coordinate system.
|
java.lang.String |
getVersion()
The version of this spatial reference object.
|
double |
getVerticalShift()
An offset parameter that changes the origin of the vertical coordinate system.
|
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)
interfaceSupportsErrorInfo
|
void |
isDirty()
isDirty
|
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties.
|
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object.
|
void |
load(IStream pstm)
load
|
void |
readExternal(java.io.ObjectInput in) |
void |
release()
Release this COM object reference
|
void |
save(IStream pstm,
int fClearDirty)
save
|
void |
setCoordinateUnit(ILinearUnit unit)
The linear unit of measure for the vertical coordinate system.
|
void |
setPositiveDirection(int pd)
The positive direction of the z coordinates.
|
void |
setVerticalShift(double vshift)
An offset parameter that changes the origin of the vertical coordinate system.
|
void |
writeExternal(java.io.ObjectOutput out) |
public static final long serialVersionUID
public VerticalCoordinateSystem()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic VerticalCoordinateSystem(java.lang.Object obj)
throws java.io.IOException
VerticalCoordinateSystem theVerticalCoordinateSystem = (VerticalCoordinateSystem) obj;obj to VerticalCoordinateSystem.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problemspublic static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic java.lang.String getUsage()
throws java.io.IOException,
AutomationException
getUsage in interface IVerticalCoordinateSystemgetUsage in interface IVerticalCoordinateSystemGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IHVDatum getDatum() throws java.io.IOException, AutomationException
getDatum in interface IVerticalCoordinateSystemgetDatum in interface IVerticalCoordinateSystemGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ILinearUnit getCoordinateUnit() throws java.io.IOException, AutomationException
getCoordinateUnit in interface IVerticalCoordinateSystemgetCoordinateUnit in interface IVerticalCoordinateSystemGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setCoordinateUnit(ILinearUnit unit) throws java.io.IOException, AutomationException
setCoordinateUnit in interface IVerticalCoordinateSystemsetCoordinateUnit in interface IVerticalCoordinateSystemGENunit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getVerticalShift()
throws java.io.IOException,
AutomationException
getVerticalShift in interface IVerticalCoordinateSystemgetVerticalShift in interface IVerticalCoordinateSystemGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setVerticalShift(double vshift)
throws java.io.IOException,
AutomationException
setVerticalShift in interface IVerticalCoordinateSystemsetVerticalShift in interface IVerticalCoordinateSystemGENvshift - The vshift (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getPositiveDirection()
throws java.io.IOException,
AutomationException
getPositiveDirection in interface IVerticalCoordinateSystemgetPositiveDirection in interface IVerticalCoordinateSystemGENjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getParameters(IParameter[][] parameters) throws java.io.IOException, AutomationException
getParameters in interface IVerticalCoordinateSystemGENparameters - A reference to a com.esri.arcgis.geometry.IParameter array (in/out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPositiveDirection(int pd)
throws java.io.IOException,
AutomationException
setPositiveDirection in interface IVerticalCoordinateSystempd - The pd (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getParameters(IParameter[] parameters) throws java.io.IOException, AutomationException
getParameters in interface IVerticalCoordinateSystemparameters - A reference to a com.esri.arcgis.geometry.IParameter (out: use single element array)java.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
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
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
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
getRemarks in interface ISpatialReferenceInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getFactoryCode()
throws java.io.IOException,
AutomationException
getFactoryCode in interface ISpatialReferenceInfojava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getESRISpatialReferenceSize()
throws java.io.IOException,
AutomationException
getESRISpatialReferenceSize in interface IESRISpatialReferencegetESRISpatialReferenceSize in interface IESRISpatialReferenceGENgetESRISpatialReferenceSize in interface IESRISpatialReferenceGEN2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void importFromESRISpatialReference(java.lang.String str,
int[] cBytesRead)
throws java.io.IOException,
AutomationException
importFromESRISpatialReference in interface IESRISpatialReferenceimportFromESRISpatialReference in interface IESRISpatialReferenceGENimportFromESRISpatialReference in interface IESRISpatialReferenceGEN2str - 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
exportToESRISpatialReference in interface IESRISpatialReferenceexportToESRISpatialReference 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 void exportToESRISpatialReference2(java.lang.String[] str,
int[] cBytesWrote)
throws java.io.IOException,
AutomationException
exportToESRISpatialReference2 in interface IESRISpatialReferenceGEN2str - 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 void define(java.lang.Object name,
java.lang.Object alias,
java.lang.Object abbreviation,
java.lang.Object remarks,
java.lang.Object useage,
java.lang.Object hvDatum,
java.lang.Object projectedUnit,
java.lang.Object verticalShift,
java.lang.Object positiveDirection)
throws java.io.IOException,
AutomationException
define in interface IVerticalCoordinateSystemEditname - 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)useage - A Variant (in, optional, pass null if not required)hvDatum - A Variant (in, optional, pass null if not required)projectedUnit - A Variant (in, optional, pass null if not required)verticalShift - A Variant (in, optional, pass null if not required)positiveDirection - A Variant (in, optional, pass null if not required)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IClone esri_clone() throws java.io.IOException, AutomationException
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
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEqual(IClone other) throws java.io.IOException, AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isIdentical(IClone other) throws java.io.IOException, AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void isDirty()
throws java.io.IOException,
AutomationException
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
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
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
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getAuthorityName()
throws java.io.IOException,
AutomationException
getAuthorityName in interface ISpatialReferenceAuthorityjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getVersion()
throws java.io.IOException,
AutomationException
getVersion in interface ISpatialReferenceAuthorityjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getCode()
throws java.io.IOException,
AutomationException
getCode in interface ISpatialReferenceAuthorityjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void define(java.lang.String authorityName,
int authorityCode,
java.lang.String authorityVersion)
throws java.io.IOException,
AutomationException
define in interface ISpatialReferenceAuthorityauthorityName - The authorityName (in)authorityCode - The authorityCode (in)authorityVersion - The authorityVersion (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOExceptionjava.lang.ClassNotFoundException