Uses of Class
com.esri.core.geometry.Operator
Packages that use Operator
-
Uses of Operator in com.esri.core.geometry
Subclasses of Operator in com.esri.core.geometryModifier and TypeClassDescriptionclassclassCreates buffer polygons around geometries.classclassclassClips geometries with Envelope2D.classRelational operation Contains.classCreates the convex hull of the input geometry.classRelational operation Crosses.classSplits the target polyline or polygon where it is crossed by the cutter polyline.classDensifies MultiPath geometries by length so that no segments are longer than given threshold value.classDifference of geometries.classRelational operation Disjoint.classCalculates distance between geometries.classRelational operation Equals.classExport to ESRI shape format.classExport to GeoJson format.classExport to JSON format.classExport to WKB format.classclassGeneralizes geometries using Douglas-Peucker algorithm.classImport from ESRI shape format.classclassImport from JSON format.classImport from WKB format.classclassIntersection of geometries by a given geometry.classclassclassclassFinds closest vertices of the Geometry.classPerforms the Relation operation between two geometries using the DE-9IM matrix encoded as a string.classA base class for simple relation operators.classSimplifies the geometry or determines if the geometry is simple.classSimplifies the geometry or determines if the geometry is simple.classSymmetric difference (XOR) operation between geometries.classRelational operation Touches.classUnion of geometries.classRelational operation Within.Methods in com.esri.core.geometry that return OperatorModifier and TypeMethodDescriptionabstract OperatorOperatorFactory.getOperator(Operator.Type type) Returns an operator of the given type.OperatorFactoryLocal.getOperator(Operator.Type type)