public class CircleRDD extends SpatialRDD
boundary, boundaryEnvelope, grids, indexedRawRDD, indexedRDD, rawSpatialRDD, spatialPartitionedRDD, totalNumberOfRecords| Constructor and Description |
|---|
CircleRDD(org.apache.spark.api.java.JavaRDD<Circle> circleRDD)
Instantiates a new circle RDD.
|
CircleRDD(SpatialRDD spatialRDD,
Double Radius)
Instantiates a new circle RDD.
|
| Modifier and Type | Method and Description |
|---|---|
LineStringRDD |
getCenterLineStringRDDAsSpatialRDD()
Gets the center line string RDD as spatial RDD.
|
PointRDD |
getCenterPointAsSpatialRDD()
Gets the center point as spatial RDD.
|
PolygonRDD |
getCenterPolygonAsSpatialRDD()
Gets the center polygon as spatial RDD.
|
RectangleRDD |
getCenterRectangleRDDAsSpatialRDD()
Gets the center rectangle RDD as spatial RDD.
|
analyze, analyze, boundary, buildIndex, countWithoutDuplicates, countWithoutDuplicatesSPRDD, CRSTransform, getCRStransformation, getRawSpatialRDD, getSourceEpsgCode, getTargetEpgsgCode, MinimumBoundingRectangle, saveAsGeoJSON, setRawSpatialRDD, spatialPartitioning, spatialPartitioningpublic CircleRDD(org.apache.spark.api.java.JavaRDD<Circle> circleRDD)
circleRDD - the circle RDDpublic CircleRDD(SpatialRDD spatialRDD, Double Radius)
spatialRDD - the spatial RDDRadius - the radiuspublic PointRDD getCenterPointAsSpatialRDD()
public PolygonRDD getCenterPolygonAsSpatialRDD()
public LineStringRDD getCenterLineStringRDDAsSpatialRDD()
public RectangleRDD getCenterRectangleRDDAsSpatialRDD()
Copyright © 2017. All rights reserved.