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.JoinTypeConstructOffset. m_joins(package private) OperatorOffset.JoinTypeOperatorOffsetCursor. m_joinsMethods in com.esri.core.geometry that return OperatorOffset.JoinType Modifier and Type Method Description static OperatorOffset.JoinTypeOperatorOffset.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 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.GeometryCursorOperatorOffsetLocal. execute(GeometryCursor inputGeometries, SpatialReference sr, double distance, OperatorOffset.JoinType joins, double bevelRatio, double flattenError, ProgressTracker progressTracker)GeometryOperatorOffsetLocal. 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)
-