Uses of Enum
com.esri.core.geometry.OperatorOffset.JoinType
Packages that use OperatorOffset.JoinType
-
Uses of OperatorOffset.JoinType in com.esri.core.geometry
Subclasses with type arguments of type OperatorOffset.JoinType in com.esri.core.geometryModifier and TypeClassDescriptionstatic enumJoin types for the offset operation.Fields in com.esri.core.geometry declared as OperatorOffset.JoinTypeModifier and TypeFieldDescription(package private) OperatorOffset.JoinTypeConstructOffset.m_joins(package private) OperatorOffset.JoinTypeOperatorOffsetCursor.m_joinsMethods in com.esri.core.geometry that return OperatorOffset.JoinTypeModifier and TypeMethodDescriptionstatic OperatorOffset.JoinTypeReturns 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 GeometryConstructOffset.execute(Geometry inputGeometry, double distance, OperatorOffset.JoinType joins, double miterLimit, double tolerance, ProgressTracker progressTracker) abstract GeometryCursorOperatorOffset.execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker) Creates offset version of the input geometries.abstract GeometryOperatorOffset.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)