Uses of Class
com.esri.core.geometry.OperatorOffset.JoinType
-
Packages that use OperatorOffset.JoinType Package Description com.esri.core.geometry -
-
Uses of OperatorOffset.JoinType in com.esri.core.geometry
Fields in com.esri.core.geometry declared as OperatorOffset.JoinType Modifier and Type Field Description (package private) OperatorOffset.JoinType
ConstructOffset. m_joins
(package private) OperatorOffset.JoinType
OperatorOffsetCursor. m_joins
Methods in com.esri.core.geometry that return OperatorOffset.JoinType Modifier and Type Method Description static OperatorOffset.JoinType
OperatorOffset.JoinType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OperatorOffset.JoinType[]
OperatorOffset.JoinType. 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 OperatorOffset.JoinType Modifier and Type Method Description (package private) static Geometry
ConstructOffset. execute(Geometry inputGeometry, double distance, OperatorOffset.JoinType joins, double miterLimit, double tolerance, ProgressTracker progressTracker)
abstract GeometryCursor
OperatorOffset. execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)
Creates offset version of the input geometries.abstract Geometry
OperatorOffset. execute(Geometry inputGeometry, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)
Creates offset version of the input geometry.GeometryCursor
OperatorOffsetLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)
Geometry
OperatorOffsetLocal. execute(Geometry inputGeometry, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)
Constructors in com.esri.core.geometry with parameters of type OperatorOffset.JoinType Constructor Description OperatorOffsetCursor(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)
-