public interface IlvTileURLFactory
Object
.
The object must provide enough parameters to build such an URL.Modifier and Type | Method and Description |
---|---|
boolean |
isURL(URL url)
Checks if the URL passed as argument is an URL made with the
makeURL(Object) method. |
URL |
makeURL(Object o)
Builds an URL from an
Object . |
URL makeURL(Object o)
Object
.o
- The Object
used to build the URL.boolean isURL(URL url)
makeURL(Object)
method.url
- The URL to check.true
if the URL is an URL made from
makeURL(Object)
, false
otherwise.© Copyright 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.