Uses of Class
com.esri.core.geometry.SpatialReference.Type

Packages that use SpatialReference.Type
com.esri.core.geometry Provides classes for different types of geometries, e.g. 
 

Uses of SpatialReference.Type in com.esri.core.geometry
 

Methods in com.esri.core.geometry that return SpatialReference.Type
static SpatialReference.Type SpatialReference.Type.fromCode(int code)
           
 SpatialReference.Type SpatialReference.getCoordinateSystemType()
          Returns map projection type.
static SpatialReference.Type SpatialReference.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SpatialReference.Type[] SpatialReference.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.core.geometry with parameters of type SpatialReference.Type
static int SpatialReference.Type.toCode(SpatialReference.Type type)
           
 



Copyright © 2012. All Rights Reserved.