public interface ISpatialReferenceFactory4 extends ISpatialReferenceFactory3, java.io.Serializable
Description: 'Provides access to members that create lists of coordinate systems.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDd383f512_5377_4dd6_8fcd_5bf05203577d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID59025a77_2cf9_4ef6_992a_1ea18f0012f0
IID1f050200_da7f_11d3_9f60_00c04f6bdd7f
IID6cd10b60_c4f6_11d1_bc92_0000f875bcce
Modifier and Type | Method and Description |
---|---|
ISpatialReferenceInfo |
createFromAreaName(java.lang.String areaName,
int typeFilter)
Creates a coordinate system from the human-readable 'area name' of the coordinate system.
|
IPropertySet |
getAreaNames(int typeFilter,
java.lang.String nameFilter,
boolean returnCategorizedNames,
boolean hydrateSR)
Returns a set of predefined coordinate system names, and optionally the coordinate systems themselves.
|
constructHighPrecisionSpatialReference, constructLowPrecisionSpatialReference, createESRISpatialReferenceInfo, createESRISpatialReferenceInfoFromPRJ, createESRISpatialReferenceInfoFromPRJFile, createPredefinedVerticalCoordinateSystems, createPredefinedVerticalDatums, createVerticalCoordinateSystem, createVerticalCoordinateSystemFromESRISpatialReference, createVerticalDatum, exportESRISpatialReferenceInfoToPRJFile
createPredefinedGeographicTransformations, createSpatialReference, getGeoTransformationDefaults, getPredefinedGeographicTransformations
createDatum, createESRISpatialReference, createESRISpatialReferenceFromPRJ, createESRISpatialReferenceFromPRJFile, createGeographicCoordinateSystem, createGeoTransformation, createParameter, createPredefinedAngularUnits, createPredefinedDatums, createPredefinedLinearUnits, createPredefinedPrimeMeridians, createPredefinedProjections, createPredefinedSpheroids, createPrimeMeridian, createProjectedCoordinateSystem, createProjection, createSpheroid, createUnit, exportESRISpatialReferenceToPRJFile
static final int IIDd383f512_5377_4dd6_8fcd_5bf05203577d
static final int xxDummy
static final java.lang.String IID
IPropertySet getAreaNames(int typeFilter, java.lang.String nameFilter, boolean returnCategorizedNames, boolean hydrateSR) throws java.io.IOException, AutomationException
typeFilter
- A com.esri.arcgis.geometry.esriCoordinateSystemFilter constant (in)nameFilter
- The nameFilter (in)returnCategorizedNames
- The returnCategorizedNames (in)hydrateSR
- The hydrateSR (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReferenceInfo createFromAreaName(java.lang.String areaName, int typeFilter) throws java.io.IOException, AutomationException
areaName
- The areaName (in)typeFilter
- A com.esri.arcgis.geometry.esriCoordinateSystemFilter constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.