* @param urls urls in the form <code>http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Portland/ESRI_LandBase_WebMercator/MapServer/tile/${z}/${y}/${x}</code>
* @param options constructor options
*/
public XYZ(String name, String[] urls, XYZOptions options)
{
this(XYZImpl.create(name, new JStringArray(urls).getJSObject(), options.getJSObject()));
}