public List<LatLon> getLocations() { return Collections.unmodifiableList(this.locations); }
/** * Returns the partial cylinders comprising the shape. * * @return the cylinders comprising the shape, or an empty list if the shape contains no layers. */ public List<Layer> getLayers() { return Collections.unmodifiableList(this.layers); }