Geomap
Geomap object. Specialized object to display shapefile map data.
Geomap Declaration
Geomap Views
attr table of shapefile area attributes.
display display default geomap view.
map displays the map view of a geomap object.
Geomap Procs
addtitle place an individual title in geomap.
autocrop calculates and resets the minimum viewable size of a geomap.
clearhist clear the contents of the history attribute.
copy creates a copy of the geomap.
formatshapelabel adjusts the appearance and location of one or more shape labels.
hide hides the specified area(s) in the geomap.
legend set legend specific options.
link link an attribute in the geomap to a series in the workfile.
load load a shapefile from disk.
makeattrser make alpha series containing linked attribute values.
mask make invisible specified areas in the geomap.
movetitle moves the title in the geomap to the specified location.
olepush push updates to OLE linked objects in open applications.
options change display options settings for the geomap.
save save default view to a graphics file.
setattr set the vaue of an object attribute.
setfillcolor define the fill (background) color used in geomap shapes using values in a series.
setfont set the font for the geomap text.
setjust set the horizontal justification for multi-line area labels.
setshapelabel set which attribute to use or create a custom label to use when labeling shapes.
show shows the specified area(s) in the geomap.
unmask make visible specified areas in the geomap.
Geomap Data Members
Scalar Values
@minx minimum horizontal position of the geomap.
@maxx maximum horizontal position of the geomap.
@miny minimum vertical position of the geomap.
@maxy maximum vertical position of the geomap.
@count number of areas in the geomap.
@id("attr","val") the id number of the area which has the matching attribute value for the specified attribute name.
String values
@attr("arg") string containing the value of the arg attribute, where the argument is specified as a quoted string.
@description string containing the geomap object’s description (if available).
@detailedtype string with the object type: “GEOMAP”.
@displayname string containing the geomap object’s display name. If the geomap has no display name set, the name is returned.
@ids("attr", "val") space delimited string containing the ID numbers of all the areas which has the matching attribute value for the specified attribute name.
@name string containing the geomap object’s name.
@remarks string containing the geomap object’s remarks (if available).
@type string with the object type: “GEOMAP”.
@updatetime string representation of the time and date at which the geomap was last updated.