|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TextureTileProvider
Implementations provide texture data for texturing of a 2D-domain made up of RenderMeshFragment
instances.
Method Summary | |
---|---|
ICRS |
getCRS()
|
Envelope |
getEnvelope()
|
double |
getNativeResolution()
Returns the provided resolution (in world units per pixel). |
TextureTile |
getTextureTile(TextureTileRequest request)
Get a TextureTile best fitting the request. |
boolean |
hasTextureForResolution(double unitsPerPixel)
|
Method Detail |
---|
double getNativeResolution()
TextureTile getTextureTile(TextureTileRequest request)
TextureTile
best fitting the request.
request
- information about the request.
boolean hasTextureForResolution(double unitsPerPixel)
unitsPerPixel
-
Envelope getEnvelope()
TextureTileProvider
ICRS getCRS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |