Package mil.nga.giat.geowave.index.NumericIndexStrategyFactory

Examples of mil.nga.giat.geowave.index.NumericIndexStrategyFactory.SpatialTemporalFactory


    dataPerDimension3[2] = new NumericValue(
        cal.getTimeInMillis());

    MultiDimensionalNumericData indexedData = new BasicNumericDataset(
        dataPerDimension1);
    final NumericIndexStrategy strategy = new SpatialTemporalFactory().createIndexStrategy(DataType.VECTOR);

    final List<ByteArrayId> ids1 = strategy.getInsertionIds(indexedData);
    assertEquals(
        1,
        ids1.size());
View Full Code Here

TOP

Related Classes of mil.nga.giat.geowave.index.NumericIndexStrategyFactory.SpatialTemporalFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.