Skip to content

Commit 80abdd6

Browse files
committed
format
1 parent 72d6507 commit 80abdd6

File tree

45 files changed

+180
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+180
-45
lines changed

analytics/api/src/main/java/org/locationtech/geowave/analytic/kryo/GridCoverageWritableSerializer.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.analytic.kryo;
710

analytics/spark/src/main/java/org/locationtech/geowave/analytic/spark/GeoWaveRasterRDD.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.analytic.spark;
710

analytics/spark/src/main/java/org/locationtech/geowave/analytic/spark/kde/KDERunner.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.analytic.spark.kde;
710

analytics/spark/src/main/java/org/locationtech/geowave/analytic/spark/kde/operations/KDESparkOptions.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.analytic.spark.kde.operations;
710

analytics/spark/src/main/java/org/locationtech/geowave/analytic/spark/resize/RasterTileResizeSparkRunner.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.analytic.spark.resize;
710

core/geotime/src/main/java/org/locationtech/geowave/core/geotime/index/dimension/SimpleTimeDefinition.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.core.geotime.index.dimension;
710

core/geotime/src/main/java/org/locationtech/geowave/core/geotime/index/dimension/SimpleTimeIndexStrategy.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.core.geotime.index.dimension;
710

core/index/src/main/java/org/locationtech/geowave/core/index/sfc/BasicSFCIndexStrategy.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.core.index.sfc;
710

core/index/src/main/java/org/locationtech/geowave/core/index/simple/SimpleDoubleIndexStrategy.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.core.index.simple;
710

core/index/src/main/java/org/locationtech/geowave/core/index/simple/SimpleFloatIndexStrategy.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/**
22
* Copyright (c) 2013-2019 Contributors to the Eclipse Foundation
33
*
4-
* See the NOTICE file distributed with this work for additional information regarding copyright ownership. All rights reserved. This program and the accompanying materials are made available under the terms of the Apache License, Version 2.0 which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.txt
4+
* See the NOTICE file distributed with this work for additional information regarding copyright
5+
* ownership. All rights reserved. This program and the accompanying materials are made available
6+
* under the terms of the Apache License, Version 2.0 which accompanies this distribution and is
7+
* available at http://www.apache.org/licenses/LICENSE-2.0.txt
58
*/
69
package org.locationtech.geowave.core.index.simple;
710

0 commit comments

Comments
 (0)