Basic information for a model
an opaque, "black box" model that permits modification of specified properties
a true or false value
a single cardinal numeric value
A two-dimensional matrix of data, like a spreadsheet or relational table
number of Attribute elements must match the data set
A model whose output is geographic data
A model whose output is geographic vector data
and whose attributes are in tabular format
attribute information the model author chooses to expose
A model whose output is geographic raster data and has only one non-geographic attribute
A single true or false value
a single cardinal integer value
a single cardinal decimal value
An inline table
a data record, e.g. a row
a record data item
Base Type for Spatial Vector Operations involving one vector dataset
All attributes should be maintained in the new data set
Base Type for Spatial RasterOperations involving one raster dataset
An application may maintain all attributes in the new data set
Base Type for Spatial Vector Operations involving two vector datasets
Base Type for Spatial RasterOperations involving two raster datasets
Basic map algebra.
Cell values are calculated based on a constant or another raster grid
Cell values are calculated based on operations on neighboring cell values. neighborhood size is a constant or a value from another raster grid
Generates a buffer
Generates a buffer
Generates new geometry by merging adjacent features where the useFeatureType attribute is the same
Adds features to GeoData
Returns all areas from the two geometries
Returns all areas from 1st Vector that fall within 2nd
Returns all areas from 1st Vector that do not fall within 2nd
Areas of 1st and 2nd Vectors that do not intersect each other. Opposite of Intersection.
Add an attribute from 2nd Vector to 1st and calculate its value based on the percentage of overlap.
Add an attribute from 2nd Raster to 1st and calculate its value based on the percentage of overlap.
Generates new attributes on a spatial model
Generates aggregate geometry by grouping the values of an attribute into ranges with equal numbers of members
Changes attribute value based on a lookup table.
Changes attribute value based on a lookup table.
Base Type for Spatial Vector operations that compare two vector datasets
Interiors intersect and no part of the interior or boundary of one intersects the exterior of the other
The data sets share at least one point in common--opposite of disjoint
The data sets share no points in common
An ASCII text file where: the first line is a tab-separated list of attribute names, the second line is a tab-separated list of data types, and the remaining lines are tab-separated lists of data (records)
A table that uses ValueModels for data
a data record, e.g. a row
a record data item
A raster data model whose source is an ESRI ASCII Grid export file with integer data
A raster data model whose source is an ESRI ASCII Grid file with decimal data
A vector data model whose source is an ESRI Shapefile
A vector data model whose output is an ESRI Shapefile
A vector data model whose source is WellKnownText
A vector data model whose output is WellKnownText
A vector data model whose source iconforms to OGC GML v2.1
and having the same FeatureTypes for every Feature.
A vector data model whose source is a relational database
A vector data model whose source is a PostgreSQL PostGIS database
A vector data model that provides a connection to a PostGIS database
A vector data model whose source is an Oracle Spatial database
A vector data model whose source is an ESRI SDE database
A vector to raster conversion model
A raster to vector conversion model
Information about remote location and execution possibilities
Information about local caching of the model and its data
metadata for record attributes. ordered list of names and data types
Helpful info
collection of user, group and other Permissions
A sequence of characters similar to Unix permissions, rwx, plus an 'a'
for alternatives allowed. 'u' is for undefined.
A string identifying the geometry type of all vectors in the data set
taken from the "Simple Features for SQL" OGC specification
A string identifying a type of compression