com.esri.arcgis.geometry
Interface IGeographicCoordinateSystemEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeographicCoordinateSystem, IGeographicCoordinateSystemEditProxy

public interface IGeographicCoordinateSystemEdit
extends java.io.Serializable

COM Interface 'IGeographicCoordinateSystemEdit'. Generated 3/19/2015 1:20:57 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that control the properties for a geographic 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID3b219f24_d3ff_11d1_bc9b_0000f875bcce
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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 datum, java.lang.Object primeMeridian, java.lang.Object geographicUnit)
          Defines the properties for a geographic coordinate system.
 void defineEx(java.lang.String name, java.lang.String alias, java.lang.String abbreviation, java.lang.String remarks, java.lang.String useage, IDatum datum, IPrimeMeridian primeMeridian, IAngularUnit geographicUnit)
          Defines the properties for a geographic coordinate system.
 

Field Detail

IID3b219f24_d3ff_11d1_bc9b_0000f875bcce

static final int IID3b219f24_d3ff_11d1_bc9b_0000f875bcce
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

defineEx

void defineEx(java.lang.String name,
              java.lang.String alias,
              java.lang.String abbreviation,
              java.lang.String remarks,
              java.lang.String useage,
              IDatum datum,
              IPrimeMeridian primeMeridian,
              IAngularUnit geographicUnit)
              throws java.io.IOException,
                     AutomationException
Defines the properties for a geographic coordinate system.

Parameters:
name - The name (in)
alias - The alias (in)
abbreviation - The abbreviation (in)
remarks - The remarks (in)
useage - The useage (in)
datum - A reference to a com.esri.arcgis.geometry.IDatum (in)
primeMeridian - A reference to a com.esri.arcgis.geometry.IPrimeMeridian (in)
geographicUnit - A reference to a com.esri.arcgis.geometry.IAngularUnit (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

define

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 datum,
            java.lang.Object primeMeridian,
            java.lang.Object geographicUnit)
            throws java.io.IOException,
                   AutomationException
Defines the properties for a geographic coordinate system.

Parameters:
name - 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)
datum - A Variant (in, optional, pass null if not required)
primeMeridian - A Variant (in, optional, pass null if not required)
geographicUnit - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.