@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMapGlyphsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetMapGlyphsRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetMapGlyphsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getFontStack()
A comma-separated list of fonts to load glyphs from in order of preference.
|
String |
getFontUnicodeRange()
A Unicode range of characters to download glyphs for.
|
String |
getMapName()
The map resource associated with the glyph file.
|
int |
hashCode() |
void |
setFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference.
|
void |
setFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for.
|
void |
setMapName(String mapName)
The map resource associated with the glyph file.
|
String |
toString()
Returns a string representation of this object.
|
GetMapGlyphsRequest |
withFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference.
|
GetMapGlyphsRequest |
withFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for.
|
GetMapGlyphsRequest |
withMapName(String mapName)
The map resource associated with the glyph file.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium |
Ubuntu Italic | Ubuntu Regular | Ubuntu Bold
VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light
| Ubuntu Bold
VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular |
Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic
VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold
VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin – Fira GO Regular | Fira GO Bold
fontStack - A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium |
Ubuntu Italic | Ubuntu Regular | Ubuntu Bold
VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular |
Ubuntu Light | Ubuntu Bold
VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular |
Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic
VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold
VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin – Fira GO Regular | Fira GO Bold
public String getFontStack()
A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium |
Ubuntu Italic | Ubuntu Regular | Ubuntu Bold
VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light
| Ubuntu Bold
VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular |
Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic
VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold
VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin – Fira GO Regular | Fira GO Bold
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium |
Ubuntu Italic | Ubuntu Regular | Ubuntu Bold
VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular |
Ubuntu Light | Ubuntu Bold
VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular |
Noto Sans Bold | Noto Serif Regular |
Roboto Condensed Light Italic
VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold
VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin – Fira GO Regular | Fira GO Bold
public GetMapGlyphsRequest withFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium |
Ubuntu Italic | Ubuntu Regular | Ubuntu Bold
VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular | Ubuntu Light
| Ubuntu Bold
VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular |
Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic
VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold
VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin – Fira GO Regular | Fira GO Bold
fontStack - A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri styles:
VectorEsriDarkGrayCanvas – Ubuntu Medium Italic | Ubuntu Medium |
Ubuntu Italic | Ubuntu Regular | Ubuntu Bold
VectorEsriLightGrayCanvas – Ubuntu Italic | Ubuntu Regular |
Ubuntu Light | Ubuntu Bold
VectorEsriTopographic – Noto Sans Italic | Noto Sans Regular |
Noto Sans Bold | Noto Serif Regular | Roboto Condensed Light Italic
VectorEsriStreets – Arial Regular | Arial Italic | Arial Bold
VectorEsriNavigation – Arial Regular | Arial Italic | Arial Bold
Valid font stacks for HERE Technologies styles:
VectorHereBerlin – Fira GO Regular | Fira GO Bold
public void setFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example,
0–255 includes all characters from range U+0000 to 00FF. Must be aligned to multiples
of 256.
fontUnicodeRange - A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For
example, 0–255 includes all characters from range U+0000 to 00FF. Must be
aligned to multiples of 256.public String getFontUnicodeRange()
A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example,
0–255 includes all characters from range U+0000 to 00FF. Must be aligned to multiples
of 256.
U+0000 to 00FF. Must be
aligned to multiples of 256.public GetMapGlyphsRequest withFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For example,
0–255 includes all characters from range U+0000 to 00FF. Must be aligned to multiples
of 256.
fontUnicodeRange - A Unicode range of characters to download glyphs for. Each response will contain 256 characters. For
example, 0–255 includes all characters from range U+0000 to 00FF. Must be
aligned to multiples of 256.public void setMapName(String mapName)
The map resource associated with the glyph file.
mapName - The map resource associated with the glyph file.public String getMapName()
The map resource associated with the glyph file.
public GetMapGlyphsRequest withMapName(String mapName)
The map resource associated with the glyph file.
mapName - The map resource associated with the glyph file.public String toString()
toString in class ObjectObject.toString()public GetMapGlyphsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2021. All rights reserved.