- calcAngle(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.geowave.analytic.GeometryHullTool
-
Calculate the angle between two points and a given vertex
- calcDistance(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.geowave.analytic.GeometryHullTool
-
- calcDistanceSegment(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.geowave.analytic.GeometryHullTool
-
Calculate the distance between two points and a given vertex
- calcSmallestAngle(Coordinate, Coordinate, Coordinate) - Static method in class org.locationtech.geowave.analytic.GeometryHullTool
-
- CentroidAssociationFn<T> - Class in org.locationtech.geowave.analytic.kmeans
-
Compute the distance of a points to the closest centroid, providing the resulting distance using
a provided distance function.
- CentroidAssociationFn() - Constructor for class org.locationtech.geowave.analytic.kmeans.CentroidAssociationFn
-
- CentroidDistanceBasedSamplingRankFunction<T> - Class in org.locationtech.geowave.analytic.sample.function
-
Rank objects using their distance to the closest centroid of a set of centroids.
- CentroidDistanceBasedSamplingRankFunction() - Constructor for class org.locationtech.geowave.analytic.sample.function.CentroidDistanceBasedSamplingRankFunction
-
- CentroidExtractor<T> - Interface in org.locationtech.geowave.analytic.extract
-
Strategy to extract a representative centroid from some Geospatial object
- CentroidItemWrapper(T) - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidItemWrapperFactory.CentroidItemWrapper
-
- CentroidItemWrapperFactory<T> - Class in org.locationtech.geowave.analytic.clustering
-
Determine the group ID for an item dynamically.
- CentroidItemWrapperFactory() - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- CentroidItemWrapperFactory.CentroidItemWrapper - Class in org.locationtech.geowave.analytic.clustering
-
- CentroidManager<T> - Interface in org.locationtech.geowave.analytic.clustering
-
Manage centroids created per batch and per group of analytic processes.
- CentroidManager.CentroidProcessingFn<T> - Interface in org.locationtech.geowave.analytic.clustering
-
- CentroidManagerGeoWave<T> - Class in org.locationtech.geowave.analytic.clustering
-
Manages the population of centroids by group id and batch id.
- CentroidManagerGeoWave(DataStore, IndexStore, PersistentAdapterStore, AnalyticItemWrapperFactory<T>, String, short, String, String, int) - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidManagerGeoWave(PropertyManagement) - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidManagerGeoWave(JobContext, Class<?>) - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidManagerGeoWave(JobContext, Class<?>, Logger) - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave
-
- CentroidPairing<T> - Class in org.locationtech.geowave.analytic.clustering
-
- CentroidPairing() - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidPairing
-
- CentroidPairing(AnalyticItemWrapper<T>, AnalyticItemWrapper<T>, double) - Constructor for class org.locationtech.geowave.analytic.clustering.CentroidPairing
-
- CentroidParameter - Annotation Type in org.locationtech.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we figure out how to
deal with PropertyEnum.
- CentroidParameters - Class in org.locationtech.geowave.analytic.param
-
- CentroidParameters() - Constructor for class org.locationtech.geowave.analytic.param.CentroidParameters
-
- CentroidParameters.Centroid - Enum in org.locationtech.geowave.analytic.param
-
- clear() - Method in interface org.locationtech.geowave.analytic.clustering.CentroidManager
-
- clear() - Method in class org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave
-
- clear() - Method in class org.locationtech.geowave.analytic.nn.DefaultNeighborList
-
- clear() - Method in interface org.locationtech.geowave.analytic.nn.NeighborList
-
Clear the contents.
- clear() - Method in class org.locationtech.geowave.analytic.nn.NullList
-
- clockwise(Coordinate[]) - Static method in class org.locationtech.geowave.analytic.GeometryHullTool
-
Determine if the polygon is defined clockwise
- CLUSTERING_CRS - Static variable in class org.locationtech.geowave.analytic.clustering.ClusteringUtils
-
- ClusteringParameter - Annotation Type in org.locationtech.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we figure out how to
deal with PropertyEnum.
- ClusteringParameters - Class in org.locationtech.geowave.analytic.param
-
- ClusteringParameters() - Constructor for class org.locationtech.geowave.analytic.param.ClusteringParameters
-
- ClusteringParameters.Clustering - Enum in org.locationtech.geowave.analytic.param
-
- ClusteringUtils - Class in org.locationtech.geowave.analytic.clustering
-
- ClusteringUtils() - Constructor for class org.locationtech.geowave.analytic.clustering.ClusteringUtils
-
- CommonParameter - Annotation Type in org.locationtech.geowave.analytic.param.annotations
-
This is a stop-gap measure to allow using JCommander with Analytics, until we figure out how to
deal with PropertyEnum.
- CommonParameters - Class in org.locationtech.geowave.analytic.param
-
- CommonParameters() - Constructor for class org.locationtech.geowave.analytic.param.CommonParameters
-
- CommonParameters.Common - Enum in org.locationtech.geowave.analytic.param
-
- compareTo(NeighborData<T>) - Method in class org.locationtech.geowave.analytic.clustering.NeighborData
-
- compareTo(GeometryHullTool.Edge) - Method in class org.locationtech.geowave.analytic.GeometryHullTool.Edge
-
- complete(ByteArray, STORE_VALUE, NeighborList<STORE_VALUE>) - Method in interface org.locationtech.geowave.analytic.nn.NNProcessor.CompleteNotifier
-
- compute(AnalyticItemWrapper<T>, Iterable<AnalyticItemWrapper<T>>, AssociationNotification<T>) - Method in class org.locationtech.geowave.analytic.kmeans.CentroidAssociationFn
-
- compute(Iterable<AnalyticItemWrapper<T>>, Iterable<AnalyticItemWrapper<T>>, AssociationNotification<T>) - Method in class org.locationtech.geowave.analytic.kmeans.CentroidAssociationFn
-
- computeProfile(ITEM, ITEM) - Method in interface org.locationtech.geowave.analytic.nn.DistanceProfileGenerateFn
-
- concaveHull(Geometry, Collection<Coordinate>) - Method in class org.locationtech.geowave.analytic.GeometryHullTool
-
Gift unwrapping (e.g.
- concaveHullParkOhMethod(Geometry, Collection<Coordinate>) - Method in class org.locationtech.geowave.analytic.GeometryHullTool
-
Gift unwrapping (e.g.
- connect(List<Geometry>) - Method in class org.locationtech.geowave.analytic.GeometryHullTool
-
- connect(Geometry, Geometry) - Method in class org.locationtech.geowave.analytic.GeometryHullTool
-
Forms create edges between two shapes maintaining convexity.
- connect(Geometry, Geometry, Pair<Integer, Integer>) - Method in class org.locationtech.geowave.analytic.GeometryHullTool
-
- connectLast(GeometryHullTool.Edge) - Method in class org.locationtech.geowave.analytic.GeometryHullTool.Edge
-
- convert(ByteArray, Object) - Method in interface org.locationtech.geowave.analytic.nn.TypeConverter
-
- convert(byte[]) - Method in class org.locationtech.geowave.analytic.PropertyManagement.ByteConverter
-
- convert(Serializable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.ByteConverter
-
- convert(Double) - Method in class org.locationtech.geowave.analytic.PropertyManagement.DoubleConverter
-
- convert(Serializable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.DoubleConverter
-
- convert(Integer) - Method in class org.locationtech.geowave.analytic.PropertyManagement.IntegerConverter
-
- convert(Serializable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.IntegerConverter
-
- convert(Path) - Method in class org.locationtech.geowave.analytic.PropertyManagement.PathConverter
-
- convert(Serializable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.PathConverter
-
- convert(Persistable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.PersistableConverter
-
- convert(Serializable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.PersistableConverter
-
- convert(T) - Method in interface org.locationtech.geowave.analytic.PropertyManagement.PropertyConverter
-
- convert(Serializable) - Method in interface org.locationtech.geowave.analytic.PropertyManagement.PropertyConverter
-
- convert(CommandLine) - Method in interface org.locationtech.geowave.analytic.PropertyManagement.PropertyGroup
-
- convert(Query) - Method in class org.locationtech.geowave.analytic.PropertyManagement.QueryConverter
-
- convert(Serializable) - Method in class org.locationtech.geowave.analytic.PropertyManagement.QueryConverter
-
- CoordinateCircleDistanceFn - Class in org.locationtech.geowave.analytic.distance
-
- CoordinateCircleDistanceFn() - Constructor for class org.locationtech.geowave.analytic.distance.CoordinateCircleDistanceFn
-
- CoordinateCosineDistanceFn - Class in org.locationtech.geowave.analytic.distance
-
- CoordinateCosineDistanceFn() - Constructor for class org.locationtech.geowave.analytic.distance.CoordinateCosineDistanceFn
-
- CoordinateEuclideanDistanceFn - Class in org.locationtech.geowave.analytic.distance
-
- CoordinateEuclideanDistanceFn() - Constructor for class org.locationtech.geowave.analytic.distance.CoordinateEuclideanDistanceFn
-
- copy(ParameterEnum<?>, ParameterEnum<?>) - Method in class org.locationtech.geowave.analytic.PropertyManagement
-
- count - Variable in class org.locationtech.geowave.analytic.GeoObjectDimensionValues
-
- create(T) - Method in interface org.locationtech.geowave.analytic.AnalyticItemWrapperFactory
-
Wrap the item.
- create(T) - Method in class org.locationtech.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- create(SimpleFeature) - Method in class org.locationtech.geowave.analytic.SimpleFeatureItemWrapperFactory
-
- createAdapter(PropertyManagement) - Static method in class org.locationtech.geowave.analytic.clustering.ClusteringUtils
-
- createFeatureAdapter(String, String[], String, String, AnalyticFeature.ClusterFeatureAttribute[], Class<? extends Geometry>) - Static method in class org.locationtech.geowave.analytic.AnalyticFeature
-
- createFilters(Index) - Method in class org.locationtech.geowave.analytic.clustering.DistortionGroupManagement.BatchIdQuery
-
- createGeometryFeature(SimpleFeatureType, String, String, String, String, double, Geometry, String[], double[], int, int, long) - Static method in class org.locationtech.geowave.analytic.AnalyticFeature
-
- createGeometryFeatureAdapter(String, String[], String, String) - Static method in class org.locationtech.geowave.analytic.AnalyticFeature
-
- createHullFromGeometry(Geometry, Collection<Coordinate>, boolean) - Method in class org.locationtech.geowave.analytic.GeometryHullTool
-
- createIndex(PropertyManagement) - Static method in class org.locationtech.geowave.analytic.clustering.ClusteringUtils
-
- createNextCentroid(T, String, Coordinate, String[], double[]) - Method in interface org.locationtech.geowave.analytic.clustering.CentroidManager
-
Creates a new centroid based on the old centroid with new coordinates and dimension values
- createNextCentroid(T, String, Coordinate, String[], double[]) - Method in class org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave
-
Creates a new centroid based on the old centroid with new coordinates and dimension values
- createNextItem(T, String, Coordinate, String[], double[]) - Method in interface org.locationtech.geowave.analytic.AnalyticItemWrapperFactory
-
Creates a new item based on the old item with new coordinates and dimension values
- createNextItem(T, String, Coordinate, String[], double[]) - Method in class org.locationtech.geowave.analytic.clustering.CentroidItemWrapperFactory
-
- createNextItem(SimpleFeature, String, Coordinate, String[], double[]) - Method in class org.locationtech.geowave.analytic.SimpleFeatureItemWrapperFactory
-
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.AnalyticFeature.ClusterFeatureAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.kmeans.serial.AnalyticStats.StatValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.nn.NeighborList.InferType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.CentroidParameters.Centroid
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.ClusteringParameters.Clustering
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.CommonParameters.Common
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.ExtractParameters.Extract
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.GlobalParameters.Global
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.HullParameters.Hull
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.InputParameters.Input
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.JumpParameters.Jump
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.MapReduceParameters.MRConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.OutputParameters.Output
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.PartitionParameters.Partition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.SampleParameters.Sample
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.locationtech.geowave.analytic.param.StoreParameters.StoreParam
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.locationtech.geowave.analytic.AnalyticFeature.ClusterFeatureAttribute
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class org.locationtech.geowave.analytic.GeoObjectDimensionValues
-
- values() - Static method in enum org.locationtech.geowave.analytic.kmeans.serial.AnalyticStats.StatValue
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.nn.NeighborList.InferType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.CentroidParameters.Centroid
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.ClusteringParameters.Clustering
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.CommonParameters.Common
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.ExtractParameters.Extract
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.GlobalParameters.Global
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.HullParameters.Hull
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.InputParameters.Input
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.JumpParameters.Jump
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.MapReduceParameters.MRConfig
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.OutputParameters.Output
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.PartitionParameters.Partition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.SampleParameters.Sample
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.locationtech.geowave.analytic.param.StoreParameters.StoreParam
-
Returns an array containing the constants of this enum type, in
the order they are declared.