Package com.spatial4j.core.shape.impl

Examples of com.spatial4j.core.shape.impl.CircleImpl


        //throw new InvalidShapeException("distance must be <= 180; got " + distance);
        distance = 180;
      }
      return new GeoCircle(point, distance, this);
    } else {
      return new CircleImpl(point, distance, this);
    }
  }
View Full Code Here

TOP

Related Classes of com.spatial4j.core.shape.impl.CircleImpl

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.