Uses of Class
com.esri.core.geometry.Unit

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

Uses of Unit in com.esri.core.geometry
 

Subclasses of Unit in com.esri.core.geometry
 class AngularUnit
          The units to measure angles.
 class AreaUnit
          The units to measure for areas.
 class LinearUnit
          Unit for measurement of dimensions.
 

Methods in com.esri.core.geometry that return Unit
static Unit Unit.create(int wkid)
          Create a unit class from the well-known id(wkid).
 Unit SpatialReference.getUnit()
          Returns the unit from a spatial reference
 

Methods in com.esri.core.geometry with parameters of type Unit
static Polygon[] GeometryEngine.buffer(Geometry[] geometries, SpatialReference spatialReference, double[] distances, Unit unit, boolean toUnionResults)
          Calculates a buffer polygon for each geometry at each of the corresponding specified distances.
static Polygon GeometryEngine.buffer(Geometry geometry, SpatialReference spatialReference, double distance, Unit unit)
          Calculates buffer polygon of the geometry as specified by the distance input.
static void Unit.convertUnits(double[] valueIn, int countIn, Unit unitFrom, Unit unitTo, double[] valueOut)
          Converts an array of values to new units of same UnitType.
static double Unit.convertUnits(double valueIn, Unit unitFrom, Unit unitTo)
          Converts an input value to new units.
static SpatialReference SpatialReference.createLocal(Unit unit)
          Creates a local spatial reference.
abstract  double Unit.getConversionFactor(Unit destinationUnit)
          Returns a conversion factor from this unit to the destination unit.
 double AngularUnit.getConversionFactor(Unit dstUnit)
           
 double AreaUnit.getConversionFactor(Unit dstUnit)
           
 double LinearUnit.getConversionFactor(Unit dstUnit)
           
 



Copyright © 2012. All Rights Reserved.