|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.Tile_Impl
---------------------------------------------------------------------
Field Summary | |
private GM_Envelope |
boundingBox
|
private Level |
level
|
private java.net.URL |
resourceURL
|
private Tile[] |
tiles
|
Constructor Summary | |
(package private) |
Tile_Impl(java.net.URL resourceURL,
GM_Envelope boundingBox,
Level level)
|
(package private) |
Tile_Impl(java.net.URL resourceURL,
GM_Envelope boundingBox,
Level level,
Tile[] tiles)
|
(package private) |
Tile_Impl(java.net.URL resourceURL,
GM_Envelope boundingBox,
Tile[] tiles)
|
Method Summary | |
GM_Envelope |
getBoundingBox()
returns the bounding box of the Tile |
Level |
getLevel()
returns the embeded Level if one exists. otherwise null will be returned. |
java.net.URL |
getResourceURL()
returns the URL of the resource assigned to a Tile that |
Tile[] |
getTiles()
if the tiles are ordered at a quad tree or something like this an instance of Tile will contain one or more Tile instances with a smaller bounding box. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.net.URL resourceURL
private GM_Envelope boundingBox
private Level level
private Tile[] tiles
Constructor Detail |
Tile_Impl(java.net.URL resourceURL, GM_Envelope boundingBox, Level level)
Tile_Impl(java.net.URL resourceURL, GM_Envelope boundingBox, Tile[] tiles)
Tile_Impl(java.net.URL resourceURL, GM_Envelope boundingBox, Level level, Tile[] tiles)
Method Detail |
public java.net.URL getResourceURL()
getResourceURL
in interface Tile
public GM_Envelope getBoundingBox()
getBoundingBox
in interface Tile
public Level getLevel()
getLevel
in interface Tile
public Tile[] getTiles()
getTiles
in interface Tile
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |