Shows window message with acept button only.
msgbox(message [, title, messageType])
Shows a message to the user to choose one option
confirmDialog(message, [title, optionType, messageType])
Displays an input box to ask the user to enter a string
inputbox(message, [title, messageType, initialValue])
Represents a gvSIG project
Represents gvSIG view document
Represents gvsig TableDocument It is able to manage its own data set
Represents gvsig view layer . It is also is able to manage its own data set
Represents gvsig TableDocument It is able to manage its own data set
Represents gvsig view layer . Also is able to manage its own data set
Represents layer/table feature data
Layer/table feature definition
Note
To get more information about Geometry methods see Geometry javadoc
Interface Geometry: This interface is equivalent to the GM_Object specified in ISO 19107. A geometric object shall be a combination of a coordinate geometry and a coordinate reference system.
This interface is equivalent to the GM_Point specified in ISO 19107. It is one of the basic data type for a geometric object consisting of one and only one point. They do not have volume, area, length, or any other higher-dimensional analogue.
This interface is equivalent to the GM_OrientableCurve specified in ISO 19107. Curves are continuous, connected, and have a measurable length in terms of the coordinate system.
This interface is equivalent to the GM_Surface specified in ISO 19107. This is the basis for 2-dimensional geometry
This interface is equivalent to the GM_Aggregate specified in ISO 19107