Uses of Enum
com.esri.core.geometry.OperatorOffset.JoinType
Packages that use OperatorOffset.JoinType
-
Uses of OperatorOffset.JoinType in com.esri.core.geometry
Fields in com.esri.core.geometry declared as OperatorOffset.JoinTypeModifier and TypeFieldDescription(package private) OperatorOffset.JoinType
ConstructOffset.m_joins
(package private) OperatorOffset.JoinType
OperatorOffsetCursor.m_joins
Methods in com.esri.core.geometry that return OperatorOffset.JoinTypeModifier and TypeMethodDescriptionstatic OperatorOffset.JoinType
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.JoinTypeModifier and TypeMethodDescription(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.OperatorOffsetLocal.execute
(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker) 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.JoinTypeModifierConstructorDescription(package private)
OperatorOffsetCursor
(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)