jar

org.locationtech.geowave : geowave-analytic-api

Maven & Gradle

May 27, 2022
2 usages

GeoWave Analytics API

Table Of Contents

Latest Version

Download org.locationtech.geowave : geowave-analytic-api JAR file - Latest Versions:

All Versions

Download org.locationtech.geowave : geowave-analytic-api JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window geowave-analytic-api-2.0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.locationtech.geowave.analytic.distance

├─ org.locationtech.geowave.analytic.distance.CoordinateCircleDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.CoordinateCosineDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.CoordinateEuclideanDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.DistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.FeatureCentroidDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.FeatureCentroidOrthodromicDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.FeatureDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.FeatureGeometryDistanceFn.class - [JAR]

├─ org.locationtech.geowave.analytic.distance.GeometryCentroidDistanceFn.class - [JAR]

org.locationtech.geowave.analytic.sample

├─ org.locationtech.geowave.analytic.sample.BahmanEtAlSampleProbabilityFn.class - [JAR]

├─ org.locationtech.geowave.analytic.sample.RandomProbabilitySampleFn.class - [JAR]

├─ org.locationtech.geowave.analytic.sample.SampleNotification.class - [JAR]

├─ org.locationtech.geowave.analytic.sample.SampleProbabilityFn.class - [JAR]

├─ org.locationtech.geowave.analytic.sample.Sampler.class - [JAR]

org.locationtech.geowave.analytic.clustering.exception

├─ org.locationtech.geowave.analytic.clustering.exception.MatchingCentroidNotFoundException.class - [JAR]

org.locationtech.geowave.analytic.nn

├─ org.locationtech.geowave.analytic.nn.DefaultNeighborList.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.DistanceProfile.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.DistanceProfileGenerateFn.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.NNProcessor.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.NeighborIndex.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.NeighborList.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.NeighborListFactory.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.NullList.class - [JAR]

├─ org.locationtech.geowave.analytic.nn.TypeConverter.class - [JAR]

org.locationtech.geowave.analytic.param

├─ org.locationtech.geowave.analytic.param.BasicParameterHelper.class - [JAR]

├─ org.locationtech.geowave.analytic.param.CentroidParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.ClusteringParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.CommonParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.ExtractParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.FormatConfiguration.class - [JAR]

├─ org.locationtech.geowave.analytic.param.GlobalParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.GroupParameterEnum.class - [JAR]

├─ org.locationtech.geowave.analytic.param.HullParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.InputParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.InputStoreParameterHelper.class - [JAR]

├─ org.locationtech.geowave.analytic.param.JumpParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.MapReduceParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.OutputParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.OutputStoreParameterHelper.class - [JAR]

├─ org.locationtech.geowave.analytic.param.ParameterEnum.class - [JAR]

├─ org.locationtech.geowave.analytic.param.ParameterHelper.class - [JAR]

├─ org.locationtech.geowave.analytic.param.PartitionParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.SampleParameters.class - [JAR]

├─ org.locationtech.geowave.analytic.param.StoreParameters.class - [JAR]

org.locationtech.geowave.analytic.store

├─ org.locationtech.geowave.analytic.store.PersistableStore.class - [JAR]

org.locationtech.geowave.analytic.kmeans

├─ org.locationtech.geowave.analytic.kmeans.AssociationNotification.class - [JAR]

├─ org.locationtech.geowave.analytic.kmeans.CentroidAssociationFn.class - [JAR]

org.locationtech.geowave.analytic.sample.function

├─ org.locationtech.geowave.analytic.sample.function.CentroidDistanceBasedSamplingRankFunction.class - [JAR]

├─ org.locationtech.geowave.analytic.sample.function.RandomSamplingRankFunction.class - [JAR]

├─ org.locationtech.geowave.analytic.sample.function.SamplingRankFunction.class - [JAR]

org.locationtech.geowave.analytic.param.annotations

├─ org.locationtech.geowave.analytic.param.annotations.CentroidParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.ClusteringParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.CommonParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.ExtractParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.GlobalParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.HullParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.InputParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.JumpParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.MapReduceParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.OutputParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.PartitionParameter.class - [JAR]

├─ org.locationtech.geowave.analytic.param.annotations.SampleParameter.class - [JAR]

org.locationtech.geowave.analytic.partitioner

├─ org.locationtech.geowave.analytic.partitioner.AbstractPartitioner.class - [JAR]

├─ org.locationtech.geowave.analytic.partitioner.BoundaryPartitioner.class - [JAR]

├─ org.locationtech.geowave.analytic.partitioner.OrthodromicDistancePartitioner.class - [JAR]

├─ org.locationtech.geowave.analytic.partitioner.Partitioner.class - [JAR]

org.locationtech.geowave.analytic.extract

├─ org.locationtech.geowave.analytic.extract.CentroidExtractor.class - [JAR]

├─ org.locationtech.geowave.analytic.extract.DimensionExtractor.class - [JAR]

├─ org.locationtech.geowave.analytic.extract.EmptyDimensionExtractor.class - [JAR]

├─ org.locationtech.geowave.analytic.extract.SimpleFeatureCentroidExtractor.class - [JAR]

├─ org.locationtech.geowave.analytic.extract.SimpleFeatureGeometryExtractor.class - [JAR]

├─ org.locationtech.geowave.analytic.extract.SimpleFeatureInteriorPointExtractor.class - [JAR]

├─ org.locationtech.geowave.analytic.extract.TimeDimensionExtractor.class - [JAR]

org.locationtech.geowave.analytic.kmeans.serial

├─ org.locationtech.geowave.analytic.kmeans.serial.AnalyticStats.class - [JAR]

├─ org.locationtech.geowave.analytic.kmeans.serial.KMeansParallelInitialize.class - [JAR]

├─ org.locationtech.geowave.analytic.kmeans.serial.StatsMap.class - [JAR]

org.locationtech.geowave.analytic.model

├─ org.locationtech.geowave.analytic.model.IndexModelBuilder.class - [JAR]

├─ org.locationtech.geowave.analytic.model.SpatialIndexModelBuilder.class - [JAR]

org.locationtech.geowave.analytic.kryo

├─ org.locationtech.geowave.analytic.kryo.FeatureSerializer.class - [JAR]

├─ org.locationtech.geowave.analytic.kryo.GridCoverageWritableSerializer.class - [JAR]

├─ org.locationtech.geowave.analytic.kryo.PersistableSerializer.class - [JAR]

org.locationtech.geowave.analytic.clustering

├─ org.locationtech.geowave.analytic.clustering.CentroidItemWrapperFactory.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.CentroidManager.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.CentroidManagerGeoWave.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.CentroidPairing.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.ClusteringUtils.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.DistortionGroupManagement.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.LongCentroid.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.NeighborData.class - [JAR]

├─ org.locationtech.geowave.analytic.clustering.NestedGroupCentroidAssignment.class - [JAR]

org.locationtech.geowave.analytic

├─ org.locationtech.geowave.analytic.AdapterWithObjectWritable.class - [JAR]

├─ org.locationtech.geowave.analytic.AnalyticFeature.class - [JAR]

├─ org.locationtech.geowave.analytic.AnalyticItemWrapper.class - [JAR]

├─ org.locationtech.geowave.analytic.AnalyticItemWrapperFactory.class - [JAR]

├─ org.locationtech.geowave.analytic.AnalyticPersistableRegistry.class - [JAR]

├─ org.locationtech.geowave.analytic.GeoObjectDimensionValues.class - [JAR]

├─ org.locationtech.geowave.analytic.GeometryCalculations.class - [JAR]

├─ org.locationtech.geowave.analytic.GeometryDataSetGenerator.class - [JAR]

├─ org.locationtech.geowave.analytic.GeometryHullTool.class - [JAR]

├─ org.locationtech.geowave.analytic.IndependentJobRunner.class - [JAR]

├─ org.locationtech.geowave.analytic.Projection.class - [JAR]

├─ org.locationtech.geowave.analytic.PropertyManagement.class - [JAR]

├─ org.locationtech.geowave.analytic.ScopedJobConfiguration.class - [JAR]

├─ org.locationtech.geowave.analytic.SerializableAdapterStore.class - [JAR]

├─ org.locationtech.geowave.analytic.ShapefileTool.class - [JAR]

├─ org.locationtech.geowave.analytic.SimpleFeatureItemWrapperFactory.class - [JAR]

├─ org.locationtech.geowave.analytic.SimpleFeatureProjection.class - [JAR]

Advertisement