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.Methods 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 TypeMethodDescriptionabstract 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.