References
Class Summary
Static Public Class Summary | ||
public |
|
|
public |
|
|
public abstract |
The base layer class |
|
public abstract |
The Vector layer base |
|
public |
Base layer for esri vector layers |
|
public |
The Vector GeoJson Layer |
|
public |
XYZ tile |
|
public |
esri mapserver layer |
|
public |
Esri tile |
|
public |
Its Layer class |
|
public |
a wrapper to make a legend |
|
public |
Real earth tile |
|
public |
|
|
public |
Vector real earth vector |
|
public |
base interaction |
|
public |
assists with map move interactions, trigger callback functions |
|
public |
map popup class |
|
public |
Mixin to get the product times Be sure to call getTimeInit after the mixin has been applied |
|
public |
Animate real earth tile |
|
public |
class mixin to animate RealEarth vector layers |
|
public |
|
|
public |
class to make a slider group |
|
public |
take an array of features and sort by a given property name |
Function Summary
Static Public Function Summary | ||
public |
bundleEs2015Multiple(fileArray: Array<Array<string>>, production: boolean): * make multiple bundles |
|
public |
calculateExtent(layers: Array<LayerBaseVector> | Array<ol.layer.Vector> | LayerBaseVector | ol.layer.Vector | *): ol.Extent | Array<number> | * |
|
public |
dateToYyyyMmDdHh000(dte: Date): string Given a date return a string in the format YYYYmmdd_hh0000 |
|
public |
dateToYyyyMmDdHhMmSs(dte: Date): string Given a date return a string in the format YYYY-mm-dd hh:MM:SS |
|
public |
definedAndNotNull(input: *): boolean check if the input is defined and not null |
|
public |
fitToMap(layers: Array<LayerBaseVector> | Array<ol.layer.Vector> | LayerBaseVector | ol.layer.Vector, mp: ol.Map, zoomOut: number | undefined) given one or an array of layers, fit to the map |
|
public |
|
|
public |
hexAlphaToRgbOrRgba(hexString: string, alphaVal: number): string Convert hex string to RGB or RGBA string |
|
public |
keyValPairs(obj: object): Array<keyValuePair> iterate over the key value pairs of an object |
|
public |
makeBlueGreenRedGradient(minVal: number, maxVal: number, flipColors: boolean): colorLookupByNumber Make a blue green red gradient |
|
public |
makeBlueGreenRedGradientZScore(median: number, stdDev: number, flipColors: boolean): colorLookupByNumber Create a function that will return colors based on a gradient |
|
public |
makeFeatureServiceLegendAndSymbol(esriResponse: object): styleAndLegend |
|
public |
guids are used to uniquely identify groups and features |
|
public |
makeMapServiceLegend(esriResponse: object): string make map service legent |
|
public |
overflowScroll($table: jQuery, $tableContainer: jQuery, options: object) |
|
public |
processLessFile(inputFile: string, outputFile: string): * convert less file |
|
public |
propertiesZoomStyle(styleFunc: propertiesZoomStyle | *): function | * wrapper to define a style function by properties and zoom level |
|
public |
create a namespace on the gv object |
|
public |
Sets up a map with some default parameters and initializes mapMove and mapPopup |
|
public |
quickMapBase(options: object): ol.Map Sets up a map with some default parameters and initializes mapMove and mapPopup |
|
public |
quickMapMulti(options: object): quickMapMultiReturn Sets up a map with some default parameters and initializes mapMove and mapPopup |
|
public |
resolutionToZoom(resolution: number): number | * Get resolution from the zoom level |
|
public |
responsiveScroll($table: jQuery, $responsiveContainer: jQuery, options: object) |
|
public |
converts an RGB string to hex |
|
public |
adds alpha value to rgb string 'rgb(r, b, g)', returns 'rgba(r, g, b, a)' |
|
public |
undefinedOrNull(input: *): boolean check if the input is undefined or null |
|
public |
windowScroll($table: jQuery, options: object) implement the default window scroll |
|
public |
zoomToResolution(zoomLevel: number): number | * Get the resolution given the zoom level |
Typedef Summary
Static Public Typedef Summary | ||
public |
colorLookupByNumber(num: number): string: function |
|
public |
|
|
public |
|
|
public |
|
|
public |
style and legend object |