S | |
schemaLocation | |
serialize, ZOO. | |
SERVICE_ACCEPTED, ZOO | |
SERVICE_FAILED, ZOO | |
SERVICE_PAUSED, ZOO | |
SERVICE_STARTED, ZOO | |
SERVICE_SUCCEEDED, ZOO | |
space, ZOO. | |
split, ZOO. | |
splitWith, ZOO. | |
splitWithSegment, ZOO. | |
startsWith, ZOO. | |
string, ZOO. | |
T | |
toBBOX, ZOO. | |
toGeometry, ZOO. | |
tokenRegEx, ZOO. | |
top, ZOO. | |
toShortString, ZOO. | |
toString ZOO. | |
transform OpenLayers. | |
trim, ZOO. | |
U | |
UpdateStatus, ZOO | |
url, ZOO. | |
W | |
WKT, ZOO. | |
write ZOO. | |
writeIndent, ZOO. | |
writeNewline, ZOO. | |
writeSpace, ZOO. | |
X | |
x, ZOO. | |
xy, ZOO. | |
Y | |
y, ZOO. | |
Z | |
ZOO | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. | |
ZOO. |
Use this geometry (the source) to attempt to split a target geometry.
split: function( target, options )
Split this geometry (the target) with the given geometry (the source).
splitWith: function( geometry, options )
Split this geometry with the given segment.
splitWithSegment: function( seg, options )
Test whether a string starts with another string.
startsWith: function( str, sub )
toBBOX:function( decimal )
Create a new polygon geometry based on this bounds.
toGeometry: function()
{String} Shortened String representation of Point object.
toShortString: function()
{String} String representation of bounds object.
toString:function()
Returns the Well-Known Text representation of a geometry
toString: function()
Convert projection to string (getCode wrapper).
toString: function()
Reproject the components geometry from source to dest.
transform: function( source, dest )
Reproject the components geometry from source to dest.
transform: function( source, dest )
Reproject the components geometry from source to dest.
transform: function( source, dest )
Translate the x,y properties of the point from source to dest.
transform: function( source, dest )
Transform a point coordinate from one projection to another.
ZOO.Projection.transform = function( point, source, dest )
Removes leading and trailing whitespace characters from a string.
trim: function( str )
Method used to update the status of the process
UpdateStatus: function( env, value )
Accept an object, and return a string.
write: function( data )
Serialize a feature, geometry, array of features into a GeoJSON string.
write: function( obj, pretty )
Generate a GML document string given a list of features.
write: function( features )
Serialize an object into a JSON string.
write: function( value, pretty )
Accept Feature Collection, and return a string.
write: function( features )
Serialize a feature or array of features into a WKT string.
write: function( features )
Output an indentation string depending on the indentation level.
writeIndent: function()
Output a string representing a newline if in pretty printing mode.
writeNewline: function()
Output a string representing a space if in pretty printing mode.
writeSpace: function()