Package | Description |
---|---|
com.esri.core.geometry |
Modifier and Type | Class and Description |
---|---|
class |
OperatorBoundary |
class |
OperatorBuffer
Creates buffer polygons around geometries.
|
class |
OperatorCentroid2D |
class |
OperatorCentroid2DLocal |
class |
OperatorClip
Clips geometries with Envelope2D.
|
class |
OperatorContains
Relational operation Contains.
|
class |
OperatorConvexHull
Creates the convex hull of the input geometry.
|
class |
OperatorCrosses
Relational operation Crosses.
|
class |
OperatorCut
Splits the target polyline or polygon where it is crossed by the cutter polyline.
|
class |
OperatorDensifyByLength
Densifies MultiPath geometries by length so that no segments are longer than
given threshold value.
|
class |
OperatorDifference
Difference of geometries.
|
class |
OperatorDisjoint
Relational operation Disjoint.
|
class |
OperatorDistance
Calculates distance between geometries.
|
class |
OperatorEquals
Relational operation Equals.
|
class |
OperatorExportToESRIShape
Export to ESRI shape format.
|
class |
OperatorExportToGeoJson
Export to GeoJson format.
|
class |
OperatorExportToJson
Export to JSON format.
|
class |
OperatorExportToWkb
Export to WKB format.
|
class |
OperatorExportToWkt |
class |
OperatorGeneralize
Generalizes geometries using Douglas-Peucker algorithm.
|
class |
OperatorImportFromESRIShape
Import from ESRI shape format.
|
class |
OperatorImportFromGeoJson |
class |
OperatorImportFromJson
Import from JSON format.
|
class |
OperatorImportFromWkb
Import from WKB format.
|
class |
OperatorImportFromWkt |
class |
OperatorIntersection
Intersection of geometries by a given geometry.
|
class |
OperatorIntersects |
class |
OperatorOffset |
class |
OperatorOverlaps |
class |
OperatorProximity2D
Finds closest vertices of the Geometry.
|
class |
OperatorRelate
Performs the Relation operation between two geometries using the DE-9IM matrix encoded as a string.
|
class |
OperatorSimpleRelation
A base class for simple relation operators.
|
class |
OperatorSimplify
Simplifies the geometry or determines if the geometry is simple.
|
class |
OperatorSimplifyOGC
Simplifies the geometry or determines if the geometry is simple.
|
class |
OperatorSymmetricDifference
Symmetric difference (XOR) operation between geometries.
|
class |
OperatorTouches
Relational operation Touches.
|
class |
OperatorUnion
Union of geometries.
|
class |
OperatorWithin
Relational operation Within.
|
Modifier and Type | Method and Description |
---|---|
Operator |
OperatorFactoryLocal.getOperator(Operator.Type type) |
abstract Operator |
OperatorFactory.getOperator(Operator.Type type)
Returns an operator of the given type.
|
Copyright © 2018. All rights reserved.