Modifier and Type | Field and Description |
---|---|
Credit[] |
IonResource.credits
Gets the credits required for attribution of the asset.
|
Modifier and Type | Method and Description |
---|---|
static Credit |
Credit.create(String text)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Credit.equals(Credit credit)
Returns true if the credits are equal
|
static boolean |
Credit.equals(Credit left,
Credit right)
Returns true if the credits are equal
|
Modifier and Type | Field and Description |
---|---|
Credit |
CesiumTerrainProvider.credit
Gets the credit to display when this terrain provider is active.
|
Credit |
GeoserverTerrainProvider.credit
Gets the credit to display when this terrain provider is active.
|
Credit |
VRTheWorldTerrainProvider.credit
Gets the credit to display when this terrain provider is active.
|
Credit |
EllipsoidTerrainProvider.credit
Gets the credit to display when this terrain provider is active.
|
Modifier and Type | Field and Description |
---|---|
Credit |
VRTheWorldTerrainProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
CesiumTerrainProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
GoogleEarthEnterpriseTerrainProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
ArcGisImageServerTerrainProviderOptions.credit
The credit, which will is displayed on the canvas.
|
Modifier and Type | Method and Description |
---|---|
void |
CreditDisplay.addCredit(Credit credit)
Adds a credit to the list of current credits to be displayed in the credit container
|
void |
CreditDisplay.addDefaultCredit(Credit credit)
Adds credits that will persist until they are removed
|
void |
CreditDisplay.removeDefaultCredit(Credit credit)
Removes a default credit
|
Modifier and Type | Method and Description |
---|---|
Credit |
UrlTemplateImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
TileCoordinatesImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
BingMapsImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
MapboxImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
SingleTileImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
GoogleEarthEnterpriseImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
ArcGisMapServerImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
IonImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
WebMapTileServiceImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
GridImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit |
WebMapServiceImageryProvider.credit()
Gets the credit to display when this imagery provider is active.
|
Credit[] |
UrlTemplateImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
TileCoordinatesImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
BingMapsImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
MapboxImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
SingleTileImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
GoogleEarthEnterpriseImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
ArcGisMapServerImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
IonImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
WebMapTileServiceImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
GridImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Credit[] |
WebMapServiceImageryProvider.getTileCredits(int x,
int y,
int level)
Gets the credits to be displayed when a given tile is displayed.
|
Modifier and Type | Field and Description |
---|---|
Credit |
OpenStreetMapImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
TileMapServiceImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
SingleTileImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
MapboxImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
UrlTemplateImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
WebMapTileServiceImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
GoogleEarthEnterpriseImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Credit |
WebMapServiceImageryProviderOptions.credit
A credit for the data source, which is displayed on the canvas.
|
Copyright © 2019. All rights reserved.