public class AnalyticFeature extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AnalyticFeature.ClusterFeatureAttribute |
Constructor and Description |
---|
AnalyticFeature() |
Modifier and Type | Method and Description |
---|---|
static FeatureDataAdapter |
createFeatureAdapter(String centroidDataTypeId,
String[] extraNumericDimensions,
String namespaceURI,
String SRID,
AnalyticFeature.ClusterFeatureAttribute[] attributes,
Class<? extends org.locationtech.jts.geom.Geometry> geometryClass) |
static org.opengis.feature.simple.SimpleFeature |
createGeometryFeature(org.opengis.feature.simple.SimpleFeatureType featureType,
String batchId,
String dataId,
String name,
String groupID,
double weight,
org.locationtech.jts.geom.Geometry geometry,
String[] extraDimensionNames,
double[] extraDimensions,
int zoomLevel,
int iteration,
long count) |
static FeatureDataAdapter |
createGeometryFeatureAdapter(String centroidDataTypeId,
String[] extraNumericDimensions,
String namespaceURI,
String SRID) |
public static org.opengis.feature.simple.SimpleFeature createGeometryFeature(org.opengis.feature.simple.SimpleFeatureType featureType, String batchId, String dataId, String name, String groupID, double weight, org.locationtech.jts.geom.Geometry geometry, String[] extraDimensionNames, double[] extraDimensions, int zoomLevel, int iteration, long count)
public static FeatureDataAdapter createFeatureAdapter(String centroidDataTypeId, String[] extraNumericDimensions, String namespaceURI, String SRID, AnalyticFeature.ClusterFeatureAttribute[] attributes, Class<? extends org.locationtech.jts.geom.Geometry> geometryClass)
public static FeatureDataAdapter createGeometryFeatureAdapter(String centroidDataTypeId, String[] extraNumericDimensions, String namespaceURI, String SRID)
Copyright © 2013–2020. All rights reserved.