Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 

W

WebMercator - Class in org.gicentre.utils.spatial
Class for representing the Web Mercator coordinate system.
WebMercator() - Constructor for class org.gicentre.utils.spatial.WebMercator
Initialises the transformer assuming a forward transformation is from longitude/latitude WGS84 to Web (spherical) Mercator coordinates.
WebMercator(int) - Constructor for class org.gicentre.utils.spatial.WebMercator
Initialises the transformer in the given direction.
webMercatorToLatLong(PVector) - Method in class org.gicentre.utils.spatial.WebMercator
Converts the given Web Mercator coordinates to WGS84 longitude/latitude location.
WGS_60 - Static variable in class org.gicentre.utils.spatial.Ellipsoid
WGS 60 ellipsoid.
WGS_66 - Static variable in class org.gicentre.utils.spatial.Ellipsoid
WGS 66 ellipsoid.
WGS_72 - Static variable in class org.gicentre.utils.spatial.Ellipsoid
WGS 72 ellipsoid.
WGS_84 - Static variable in class org.gicentre.utils.spatial.Ellipsoid
WGS 84 ellipsoid.
wordWrap(String, int, PApplet) - Static method in class org.gicentre.utils.text.WordWrapper
Works out where a string of text needs to wrap to fit into a given width in pixels and returns as a list of strings, each of which will not exceed the given width.
wordWrap(String, int, PGraphics) - Static method in class org.gicentre.utils.text.WordWrapper
Works out where a string of text needs to wrap to fit into a given width in pixels and returns as a list of strings, each of which will not exceed the given width.
wordWrapAndTokenise(String, float, float, float, PApplet) - Static method in class org.gicentre.utils.text.WordWrapper
Tokenises the input string and return a list of these tokens and where they should be drawn.
wordWrapAndTokenise(String, float, float, float, PGraphics) - Static method in class org.gicentre.utils.text.WordWrapper
Tokenises the input string and return a list of these tokens and where they should be drawn.
WordWrapper - Class in org.gicentre.utils.text
This class provides a some static methods for wrapping text giving more control to how it is displayed that Processing's built-in functions
WordWrapper() - Constructor for class org.gicentre.utils.text.WordWrapper
 
WrappedToken - Class in org.gicentre.utils.text
Holds details of wrapped tokens from org.gicentre.utils.text.wordWrapAndTokenise() and can return the screen bounds of the token, using the current textFont, textSize and textAlign.
WrappedToken() - Constructor for class org.gicentre.utils.text.WrappedToken
 
writeFile(ColourTable, String) - Static method in class org.gicentre.utils.colour.ColourTable
Writes the given colour table out as a file using the given name.
writeFile(ColourTable, OutputStream) - Static method in class org.gicentre.utils.colour.ColourTable
Writes the given colour table out as a file using the given output stream.
writeXML() - Method in class org.gicentre.utils.io.DOMProcessor
Displays the DOM stored within this class as an XML file with default document settings on standard output.
writeXML(String, String, Boolean) - Method in class org.gicentre.utils.io.DOMProcessor
Displays the DOM stored within this class as an XML file with the given document settings on standard output.
writeXML(String) - Method in class org.gicentre.utils.io.DOMProcessor
Converts the DOM stored within this class into an XML file with default document settings.
writeXML(OutputStream) - Method in class org.gicentre.utils.io.DOMProcessor
Converts the DOM stored within this class into an XML file with default document settings.
writeXML(String, String, String, Boolean) - Method in class org.gicentre.utils.io.DOMProcessor
Converts the DOM stored within this class into an XML file with the given document settings.
writeXML(OutputStream, String, String, Boolean) - Method in class org.gicentre.utils.io.DOMProcessor
Converts the DOM stored within this class into an XML file with the given document settings.
A B C D E F G H I K L M N O P Q R S T U V W X Y Z 
Skip navigation links