/******************************************************************************* * Copyright (c) 2015 Voyager Search and MITRE * 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 ******************************************************************************/ /** Shapes are the core geometry objects that Spatial4j provides. The types * exposed in this package should be considered public. Remember not to * instantiate them directly, use the SpatialContext which acts as a * factory for shapes. */ package org.locationtech.spatial4j.shape;