Skip navigation links
A B C D E F G H L M N O P R S T V W 

G

Geographic - Interface in org.gicentre.geomap
Identifies the behaviour of a geographic object that can be drawn on screen.
GeoMap - Class in org.gicentre.geomap
Class for drawing geographic maps in Processing
GeoMap(PApplet) - Constructor for class org.gicentre.geomap.GeoMap
Creates a map with the default bounds.
GeoMap(float, float, float, float, PApplet) - Constructor for class org.gicentre.geomap.GeoMap
Creates a map with the given bounds.
geoToScreen(float, float) - Method in interface org.gicentre.geomap.Geographic
Should provide the screen coordinates corresponding to the given geographic coordinates.
geoToScreen(float, float) - Method in class org.gicentre.geomap.GeoMap
Should provide the screen coordinates corresponding to the given geographic coordinates.
getAttributes() - Method in class org.gicentre.geomap.GeoMap
Deprecated.
Use getAttributeTable instead that uses Processing's own Table class to store attributes.
getAttributes() - Method in class org.gicentre.geomap.io.ShapefileReader
Deprecated.
Use getAttributeTable instead that uses Processing's own Table class to store attributes.
getAttributeTable() - Method in class org.gicentre.geomap.GeoMap
Reports the attribute table associated with this geoMap object.
getAttributeTable() - Method in class org.gicentre.geomap.io.ShapefileReader
Provides the attribute table that has been extracted from the shapefile.
getCoords() - Method in class org.gicentre.geomap.Point
Reports the coordinates of the point feature.
getFeatures() - Method in class org.gicentre.geomap.GeoMap
Reports the collection of features that make up this geoMap object.
getFeatures() - Method in class org.gicentre.geomap.io.ShapefileReader
Provides the features that have been extracted from the shapefile.
getFieldClass(int) - Method in class org.gicentre.geomap.io.DbaseFileHeader
Determines the most appropriate Java Class for representing the data in the field.
getFieldDecimalCount(int) - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the location of the decimal point within the field.
getFieldLength(int) - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the field length in bytes.
getFieldName(int) - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the name of the field at the given index.
getFieldString(int, String) - Method in class org.gicentre.geomap.io.DbaseFileWriter.FieldFormatter
Reports the field string set to the given size.
getFieldString(Date) - Method in class org.gicentre.geomap.io.DbaseFileWriter.FieldFormatter
Reports the field string representing the given date.
getFieldString(int, int, Number) - Method in class org.gicentre.geomap.io.DbaseFileWriter.FieldFormatter
Reports the field string representation of a number to a given number of decimal places.
getFieldType(int) - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the type of field at the given index.
getFloat(String, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item in the row with the given ID at the given column location as a decimal number.
getFloat(int, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item in the row with the given ID at the given column location as a decimal number.
getFloatAt(int, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item at the given row and column location as a decimal number.
getHeader() - Method in class org.gicentre.geomap.io.DbaseFileReader
Retrieves the header from this file.
getHeaderLength() - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the length of the header.
getHeadings() - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the column headings for the table.
getID(float, float) - Method in class org.gicentre.geomap.GeoMap
Reports the ID of the feature at the given location in screen coordinates or -1 if no feature found.
getInt(String, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item in the row with the given ID at the given column location as a whole number.
getInt(int, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item in the row with the given ID at the given column location as a whole number.
getIntAt(int, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item at the given row and column location as a whole number.
getLargestFieldSize() - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the largest field size of this table.
getLastUpdateDate() - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the date this file was last updated.
getMaxGeoX() - Method in class org.gicentre.geomap.GeoMap
Reports the maximum geographic coordinate in the x-direction.
getMaxGeoY() - Method in class org.gicentre.geomap.GeoMap
Reports the maximum geographic coordinate in the y-direction.
getMaxX() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the maximum geographic value in the x-direction.
getMaxY() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the maximum geographic value in the y-direction.
getMinGeoX() - Method in class org.gicentre.geomap.GeoMap
Reports the minimum geographic coordinate in the x-direction.
getMinGeoY() - Method in class org.gicentre.geomap.GeoMap
Reports the minimum geographic coordinate in the y-direction.
getMinX() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the minimum geographic value in the x-direction.
getMinY() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the minimum geographic value in the y-direction.
getNumFields() - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the number of fields in the records.
getNumLines() - Method in class org.gicentre.geomap.GeoMap
Reports the number of line objects that are stored in this geoMap object.
getNumLines() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the number of line objects that have been read by this reader.
getNumLineVertices() - Method in class org.gicentre.geomap.GeoMap
Reports the total number of vertices in all line features stored in this geoMap object.
getNumPoints() - Method in class org.gicentre.geomap.GeoMap
Reports the number of point objects that are stored in this geoMap object.
getNumPoints() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the number of point objects that have been read by this reader.
getNumPolygonParts() - Method in class org.gicentre.geomap.GeoMap
Reports the total number of polygon parts in all polygon features stored in this geoMap object.
getNumPolygonVertices() - Method in class org.gicentre.geomap.GeoMap
Reports the total number of vertices in all polygon features stored in this geoMap object.
getNumPolys() - Method in class org.gicentre.geomap.GeoMap
Reports the number of polygon objects that are stored in this geoMap object.
getNumPolys() - Method in class org.gicentre.geomap.io.ShapefileReader
Reports the number of polygon objects that have been read by this reader.
getNumRecords() - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the number of records in the file.
getNumVertices() - Method in interface org.gicentre.geomap.Feature
Should report the number of vertices that make up the feature definition.
getNumVertices() - Method in class org.gicentre.geomap.Line
Reports the number of vertices that make up the line feature.
getNumVertices() - Method in class org.gicentre.geomap.Point
Reports the number of vertices that make up the point definition.
getNumVertices() - Method in class org.gicentre.geomap.Polygon
Reports the number of vertices that make up the polygon feature.
getRecordLength() - Method in class org.gicentre.geomap.io.DbaseFileHeader
Reports the length of the records in bytes.
getRowCount() - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the number of rows in the table.
getRowIndex(String) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Finds a row by its ID.
getRowIndex(int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Finds a row by its ID.
getRowName(int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the id of the row at the given row index (first row is 0, second is 1 etc.).
getString(String, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item in the given column position with the given ID as a String.
getString(int, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item in the row with the given ID at the given column location as a String.
getStringAt(int, int) - Method in class org.gicentre.geomap.AttributeTable
Deprecated.
Reports the item at the given row and column location as a String.
getSubPartPointers() - Method in class org.gicentre.geomap.Polygon
Reports pointers to the vertex index for each of the partss that make up the polygon feature.
getText() - Static method in class org.gicentre.geomap.Version
Reports the current version of the geoMap package.
getType() - Method in interface org.gicentre.geomap.Feature
Should report the type of feature.
getType() - Method in class org.gicentre.geomap.Line
Report the type of feature (line).
getType() - Method in class org.gicentre.geomap.Point
Report the type of feature (point).
getType() - Method in class org.gicentre.geomap.Polygon
Report the type of feature (polygon).
getVersion() - Static method in class org.gicentre.geomap.Version
Reports the numeric version of the geoMap package.
getXCoords() - Method in class org.gicentre.geomap.Line
Reports the x coordinates coordinates of the line feature.
getXCoords() - Method in class org.gicentre.geomap.Polygon
Reports the x coordinates coordinates of the polygon feature.
getYCoords() - Method in class org.gicentre.geomap.Line
Reports the y coordinates coordinates of the line feature.
getYCoords() - Method in class org.gicentre.geomap.Polygon
Reports the y coordinates coordinates of the polygon feature.
A B C D E F G H L M N O P R S T V W 
Skip navigation links
geoMap V1.3 API reference generated 4th March 2017