A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

P

PI - Static variable in class gistoolkit.projection.SimpleProjection
Ratio of the circumference of a circle to its diameter
POINT - Static variable in class gistoolkit.display.drawmodel.NewShapeDrawModel
Constant for drawing a Point
POINT - Static variable in class gistoolkit.features.Shape
 
POINT_ADDED - Static variable in class gistoolkit.display.drawmodel.EditNodesDrawModelEvent
A point was added to the shape.
POINT_IMAGE_RENDERER_ACTION_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.rendererhandlers.PointImageRendererHandler
 
POINT_IMAGE_RENDERER_ACTION_UPDATE - Static variable in class gistoolkit.server.mapservice.adminextender.rendererhandlers.PointImageRendererHandler
 
POINT_IMAGE_RENDERER_IMAGE_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.rendererhandlers.PointImageRendererHandler
 
POINT_MOVED - Static variable in class gistoolkit.display.drawmodel.EditNodesDrawModelEvent
A point was moved within the shape.
POINT_REMOVED - Static variable in class gistoolkit.display.drawmodel.EditNodesDrawModelEvent
A point was removed from the shape.
POLYGON - Static variable in class gistoolkit.display.drawmodel.NewShapeDrawModel
Constant for drawing a Polygon
POLYGON - Static variable in class gistoolkit.features.Shape
 
PORT_NUMBER - Static variable in class gistoolkit.server.mapservice.WebMapService
 
PROJECTION_NAME_TAG - Static variable in class gistoolkit.server.mapservice.adminextender.ProjectionHandler
 
PalletCommand - class gistoolkit.server.mapclient.command.PalletCommand.
Used to tell the interface to draw in Pan mode, and to update the extents of the map Once they do.
PalletCommand(Client) - Constructor for class gistoolkit.server.mapclient.command.PalletCommand
Creates new PanCommand
PanCommand - class gistoolkit.application.command.PanCommand.
Command to pan the map to a new location.
PanCommand() - Constructor for class gistoolkit.application.command.PanCommand
SelectCommand constructor comment.
PanCommand(GISEditor) - Constructor for class gistoolkit.application.command.PanCommand
Construct a simple command with this display.
PanCommand - class gistoolkit.server.mapclient.command.PanCommand.
Used to tell the interface to draw in Pan mode, and to update the extents of the map Once they do.
PanCommand(Client) - Constructor for class gistoolkit.server.mapclient.command.PanCommand
Creates new PanCommand
PanDrawModel - class gistoolkit.display.drawmodel.PanDrawModel.
A model to offset the map by a particular amount.
PanDrawModel() - Constructor for class gistoolkit.display.drawmodel.PanDrawModel
HighlightDrawModel constructor comment.
PanDrawModel(Command) - Constructor for class gistoolkit.display.drawmodel.PanDrawModel
HighlightDrawModel constructor comment.
PanDrawer - class gistoolkit.server.mapclient.drawer.PanDrawer.
Class to allow the user to move the image around on the screen.
PanDrawer() - Constructor for class gistoolkit.server.mapclient.drawer.PanDrawer
Creates new PanDrawer
PasteCommand - class gistoolkit.application.command.PasteCommand.
Command to insert the records in the copy buffer into another data source.
PasteCommand(GISEditor) - Constructor for class gistoolkit.application.command.PasteCommand
PasteCommand constructor comment.
Point - class gistoolkit.features.Point.
A point is a feature that has no dimension, it only represents a point in two dimension space.
Point(double, double) - Constructor for class gistoolkit.features.Point
Point constructor comment.
PointEditor - class gistoolkit.display.shapeeditor.PointEditor.
Provides the user interface that allows a point to be edited.
PointEditor() - Constructor for class gistoolkit.display.shapeeditor.PointEditor
Creates new PointEditor
PointImageRenderer - class gistoolkit.display.renderer.PointImageRenderer.
Created to render Points as an image.
PointImageRenderer() - Constructor for class gistoolkit.display.renderer.PointImageRenderer
MonoShader constructor comment.
PointImageRendererDialog - class gistoolkit.application.layers.rendererpanel.PointImageRendererDialog.
Panel for editing the Point Image Renderer.
PointImageRendererDialog() - Constructor for class gistoolkit.application.layers.rendererpanel.PointImageRendererDialog
Creates new PointImageRendererPanel
PointImageRendererHandler - class gistoolkit.server.mapservice.adminextender.rendererhandlers.PointImageRendererHandler.
Class to handle the HTML editing of simple Renderers.
PointImageRendererHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.rendererhandlers.PointImageRendererHandler
Creates a new instance of SimpleRendererHandler
PointM - class gistoolkit.datasources.shapefile.PointM.
This point contains an additional double precision measure attribute.
PointM(double, double) - Constructor for class gistoolkit.datasources.shapefile.PointM
 
PointRenderer - class gistoolkit.display.renderer.PointRenderer.
Created to render Points in a single color.
PointRenderer() - Constructor for class gistoolkit.display.renderer.PointRenderer
MonoShader constructor comment.
PointZ - class gistoolkit.datasources.shapefile.PointZ.
This point contains an additional double precision measure attribute.
PointZ(double, double) - Constructor for class gistoolkit.datasources.shapefile.PointZ
 
Polygon - class gistoolkit.features.Polygon.
A Polygon is a group of rings, the first represents the external polygin, there may be zero or more holes as well.
Polygon() - Constructor for class gistoolkit.features.Polygon
Polygon constructor comment.
Polygon(LinearRing) - Constructor for class gistoolkit.features.Polygon
Create a new linear ring from the points.
Polygon(LinearRing, LinearRing[]) - Constructor for class gistoolkit.features.Polygon
Create a new linear ring from the points.
PolygonEditor - class gistoolkit.display.shapeeditor.PolygonEditor.
Provides the user interface for editing MultiLineStrings.
PolygonEditor() - Constructor for class gistoolkit.display.shapeeditor.PolygonEditor
Creates new MultiLineStringEditor
PolygonLabeler - class gistoolkit.display.labeler.PolygonLabeler.
Labeler for drawing polygon labels on the screen.
PolygonLabeler() - Constructor for class gistoolkit.display.labeler.PolygonLabeler
Creates new PolygonLabeler
PolygonM - class gistoolkit.datasources.shapefile.PolygonM.
Just like a polygon, but with an M coordinate.
PolygonM() - Constructor for class gistoolkit.datasources.shapefile.PolygonM
PolygonM constructor comment.
PolygonM(LinearRing) - Constructor for class gistoolkit.datasources.shapefile.PolygonM
PolygonM constructor comment.
PolygonM(LinearRing, LinearRing[]) - Constructor for class gistoolkit.datasources.shapefile.PolygonM
PolygonM constructor comment.
PolygonRenderer - class gistoolkit.display.renderer.PolygonRenderer.
Created to render shapes in a single colors, default colors are black border, no fill.
PolygonRenderer() - Constructor for class gistoolkit.display.renderer.PolygonRenderer
MonoShader constructor comment.
PolygonZ - class gistoolkit.datasources.shapefile.PolygonZ.
Just like a polygon, but with an Z coordinate.
PolygonZ() - Constructor for class gistoolkit.datasources.shapefile.PolygonZ
PolygonM constructor comment.
PolygonZ(LinearRing) - Constructor for class gistoolkit.datasources.shapefile.PolygonZ
PolygonM constructor comment.
PolygonZ(LinearRing, LinearRing[]) - Constructor for class gistoolkit.datasources.shapefile.PolygonZ
PolygonM constructor comment.
PopupListener - class gistoolkit.application.PopupListener.
Class to listen to the GISDisplay and pop up a context sensative menu when the user right clicks.
PopupListener(GISDisplay) - Constructor for class gistoolkit.application.PopupListener
Creates a new instance of PopupListener
PositionVectorTransform - class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform.
Coppied from EPSG Transformation Methods.
PositionVectorTransform() - Constructor for class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Creates a new PositionVectorTransform
PositionVectorTransform(Ellipsoid, Ellipsoid, double, double, double, double, double, double, double) - Constructor for class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform
Creates new PositionVectorTransform.
PositionVectorTransform.EditPanel - class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform.EditPanel.
 
PositionVectorTransform.EditPanel() - Constructor for class gistoolkit.projection.ellipsoid.transform.PositionVectorTransform.EditPanel
 
PostGISDataSource - class gistoolkit.datasources.postgis.PostGISDataSource.
PostGIS is an extension to the PostgreSQL object-relational database system which allows GIS (Geographic Information Systems) objects to be stored in the database.
PostGISDataSource() - Constructor for class gistoolkit.datasources.postgis.PostGISDataSource
Creates new PostGISDataSource
PostGISHandler - class gistoolkit.server.mapservice.adminextender.datasourcehandlers.PostGISHandler.
Class to handle the creation of the PostGIS data source, display the parameters, and handle the return values.
PostGISHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.datasourcehandlers.PostGISHandler
 
PostGISJoinDataSource - class gistoolkit.datasources.postgis.PostGISJoinDataSource.
Class to join a PostGIS Datatable to another data source.
PostGISJoinDataSource() - Constructor for class gistoolkit.datasources.postgis.PostGISJoinDataSource
For use with configuration only where the source data source is to be set with the setNode() function.
PostGISJoinDataSource(DataSource) - Constructor for class gistoolkit.datasources.postgis.PostGISJoinDataSource
Create a new DB2JoinDataSource with this data source as the source node.
PostGISJoinDialog - class gistoolkit.application.layers.joindatasource.PostGISJoinDialog.
Class for creating a SQL window on a PostGIS Database
PostGISJoinDialog() - Constructor for class gistoolkit.application.layers.joindatasource.PostGISJoinDialog
Creates new PostGISQuery
PostGISQuery - class gistoolkit.datasources.postgis.PostGISQuery.
Class for creating a SQL window on a PostGIS Database
PostGISQuery() - Constructor for class gistoolkit.datasources.postgis.PostGISQuery
Creates new PostGISQuery
PostGISRecord - class gistoolkit.datasources.postgis.PostGISRecord.
A record designed for use with the UpdateablePostGISDataSource to allow updates.
PostGISRecord() - Constructor for class gistoolkit.datasources.postgis.PostGISRecord
Creates new PostGISRecord
PostGISSQLConverter - class gistoolkit.datasources.postgis.PostGISSQLConverter.
Class to convert java types and AttributeTypes to SQL for a particular database.
PostGISSQLConverter() - Constructor for class gistoolkit.datasources.postgis.PostGISSQLConverter
 
PreviousZoomCommand - class gistoolkit.application.command.PreviousZoomCommand.
Command to record the extents of the map, and recall those extents.
PreviousZoomCommand() - Constructor for class gistoolkit.application.command.PreviousZoomCommand
Construct a PreviousZoomCommand.
PreviousZoomCommand(GISEditor) - Constructor for class gistoolkit.application.command.PreviousZoomCommand
Construct a PreviousZoomCommand with this editor.
PrintCommand - class gistoolkit.application.command.PrintCommand.
Command to print the contents of the map.
PrintCommand(GISEditor) - Constructor for class gistoolkit.application.command.PrintCommand
SelectCommand constructor comment.
PrintMap - class gistoolkit.display.PrintMap.
Object for handling printing call backs from the printing subsystem.
PrintMap(GISDisplay) - Constructor for class gistoolkit.display.PrintMap
Creates new PrintMap
Projection - interface gistoolkit.projection.Projection.
Represents and performs a projection.
ProjectionCommand - class gistoolkit.application.command.ProjectionCommand.
Command to display the Command dialog, and then set the command into the layers for reinterpretation.
ProjectionCommand(GISEditor) - Constructor for class gistoolkit.application.command.ProjectionCommand
Creates new ProjectionCommand
ProjectionDialog - class gistoolkit.application.dialog.ProjectionDialog.
Dialog allowing the user to select from several projections for their map.
ProjectionDialog(Frame) - Constructor for class gistoolkit.application.dialog.ProjectionDialog
Creates new ProjectionDialog
ProjectionHandler - class gistoolkit.server.mapservice.adminextender.ProjectionHandler.
 
ProjectionHandler() - Constructor for class gistoolkit.server.mapservice.adminextender.ProjectionHandler
Creates new ShaderHandler
ProjectionPanel - class gistoolkit.projection.ProjectionPanel.
Abstract Class to allow projections to generate GUI interfaces for editing just them.
ProjectionPanel() - Constructor for class gistoolkit.projection.ProjectionPanel
Creates new ProjectionPanel
ProjectionSelectPanel - class gistoolkit.application.layers.ProjectionSelectPanel.
Allows the user to select the projection they would like applied to this layer.
ProjectionSelectPanel() - Constructor for class gistoolkit.application.layers.ProjectionSelectPanel
Creates new ProjectionSelectPanel
ProjectionSelectPanel(boolean) - Constructor for class gistoolkit.application.layers.ProjectionSelectPanel
Creates new ProjectionSelectPanel to modify the to projection(true), or from projection(false)
paint(Graphics) - Method in class gistoolkit.application.layers.ShaderButton
Overloaded draw function to draw the representation on the screen.
paint(Graphics) - Method in class gistoolkit.application.layers.StyleButton
Overloaded draw function to draw the representation on the screen.
paint(Graphics) - Method in class gistoolkit.display.GISDisplay
Draw the graphics on the screen.
paint(Graphics) - Method in class gistoolkit.display.widgets.ImagePanel
Draw the image on the screen
paint(Graphics) - Method in class gistoolkit.server.mapclient.ImagePanel
Draw the image on the screen
parse(String, char) - Static method in class gistoolkit.projection.ellipsoid.EllipsoidFactory
Parse the line into it's Tokens
parseBoundingBox(String) - Static method in class gistoolkit.server.mapservice.SimpleExtensionService
Reads the Envelope from the string sent in, good for reading bounding boxes from a url parameter.
parseGISToolkitShape(Shape) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Converts the GISToolkit shape into an oracle JDBC struct type.
parseLineString(String) - Static method in class gistoolkit.datasources.WKTFactory
Convert the Well Know Text (WKT) representation of a line string into a LineString.
parseLineString(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Convert the Well Know Text (WKT) representation of a line string into a LineString.
parseMultiLineString(String) - Static method in class gistoolkit.datasources.WKTFactory
Convert the Well Known Text (WKT) representaion of a multi line string into a MultiLineString.
parseMultiLineString(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Convert the Well Known Text (WKT) representaion of a multi line string into a MultiLineString.
parseMultiPoint(String) - Static method in class gistoolkit.datasources.WKTFactory
Convert the Well Known Text (WKT) representation of a multi point into a MultiPoint.
parseMultiPoint(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Convert the Well Known Text (WKT) representation of a multi point into a MultiPoint.
parseMultiPolygon(String) - Static method in class gistoolkit.datasources.WKTFactory
Convert the Well Known Text (WKT) representation of multi polygon into a MultiPolygon.
parseMultiPolygon(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Convert the Well Known Text (WKT) representation of multi polygon into a MultiPolygon.
parsePoint(String) - Static method in class gistoolkit.datasources.WKTFactory
Convert the Well Know Text (WKT) representation of a point into a Point.
parsePoint(String, int, int) - Static method in class gistoolkit.datasources.WKTFactory
parse a point from a space separated set of numbers.
parsePoint(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Convert the Well Know Text (WKT) representation of a point into a Point.
parsePoint(String, int, int) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
parse a point from a space separated set of numbers.
parsePointGroups(String, int, int) - Static method in class gistoolkit.datasources.WKTFactory
Parse muliple sets of points from a space separated comma delimited, and parenthetically grouped set of numbers.
parsePointGroups(String, int, int) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Parse muliple sets of points from a space separated comma delimited, and parenthetically grouped set of numbers.
parsePoints(String, int, int) - Static method in class gistoolkit.datasources.WKTFactory
parse a set of points from a space separated coma delimited set of numbers.
parsePoints(String, int, int) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
parse a set of points from a space separated coma delimited set of numbers.
parsePolygon(String) - Static method in class gistoolkit.datasources.WKTFactory
Convert the Well Know Text (WKT) representation of a polygon into a Polygon.
parsePolygon(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Convert the Well Know Text (WKT) representation of a polygon into a Polygon.
parseSDOStruct(Object) - Method in class gistoolkit.datasources.oracle.OracleDataSource
Converts the Oracle JDBC struct type to a GISToolkit shape.
parseShape(InputStream) - Static method in class gistoolkit.datasources.WKBFactory
Takes a binary input stream from the database, and parses it into a shape.
parseShape(String) - Static method in class gistoolkit.datasources.WKTFactory
Retrieve the shape from the text string
parseShape(InputStream) - Static method in class gistoolkit.datasources.db2spatialextender.WKBParser
Takes a binary input stream from the database, and parses it into a shape.
parseShape(SeCoordinateReference, String) - Static method in class proprietary.datasources.arcsde.ArcSDEWKTFactory
Retrieve the shape from the text string
pj_enfn(double) - Static method in class gistoolkit.projection.SimpleProjection
meridinal distance for ellipsoid and inverse 8th degree - accurate to < 1e-5 meters when used in conjuction with typical major axis values.
pj_msfn(double, double, double) - Method in class gistoolkit.projection.SimpleProjection
 
pj_phi2(double, double) - Static method in class gistoolkit.projection.SimpleProjection
determine latitude angle phi-2
pj_qsfn(double, double, double) - Method in class gistoolkit.projection.SimpleProjection
determine small q
pj_tsfn(double, double, double) - Static method in class gistoolkit.projection.SimpleProjection
determine latitude angle phi-2
pointAdded(Point) - Method in class gistoolkit.application.command.EditCommand
Called when a point is added to the shape.
pointAdded(Point) - Method in interface gistoolkit.display.shapeeditor.ShapeEditorListener
Called when a point is added to the shape.
pointDeselected(Point) - Method in class gistoolkit.application.command.EditCommand
Called when a point is deselected.
pointDeselected(Point) - Method in interface gistoolkit.display.shapeeditor.ShapeEditorListener
Called when a point is deselected.
pointOnLine(Point, Point, Point) - Static method in class gistoolkit.features.Shape
Determines if a point is exactly on a line.
pointOnLine(double, double, double, double, double, double) - Static method in class gistoolkit.features.Shape
Determines if a point is exactly on a line.
pointRemoved(Point) - Method in class gistoolkit.application.command.EditCommand
Called when a point is removed.
pointRemoved(Point) - Method in interface gistoolkit.display.shapeeditor.ShapeEditorListener
Called when a point is removed.
pointSelected(Point) - Method in class gistoolkit.application.command.EditCommand
Called when a point is selected.
pointSelected(Point) - Method in interface gistoolkit.display.shapeeditor.ShapeEditorListener
Called when a point is selected.
pointsEqual(double, double, double, double) - Static method in class gistoolkit.features.Point
A point intersects another point if they are within the equal limit, like an equal calculation.
print(Node) - Static method in class gistoolkit.config.Configurator
Print the contents of a node to the standard output stream
print() - Method in class gistoolkit.display.PrintMap
Send this graphic to the printer.
print(Graphics, PageFormat, int) - Method in class gistoolkit.display.PrintMap
Prints the map on the given graphics context with the given page format.
print() - Method in class gistoolkit.display.widgets.ImagePanel
Send this graphic to the printer.
print(Graphics, PageFormat, int) - Method in class gistoolkit.display.widgets.ImagePanel
Draws the contents of the image panel to the given graphics context with the given page format.
printLayers(Graphics, Envelope) - Method in class gistoolkit.display.GISDisplay
Draw the current layers on the given Graphics context.
projectBackward(GISDataset, Projection) - Static method in class gistoolkit.datasources.ShapeUtils
Projects the entire dataset backward using the given projection.
projectBackward(Projection, GISDataset) - Method in class gistoolkit.datasources.SimpleDataSource
Project the dataset backward
projectBackward(Point) - Method in class gistoolkit.projection.AlbersEqualAreaProjection
Project the data in the reverse direction
projectBackward(Projection, RasterShape) - Static method in class gistoolkit.projection.ImageProjector
Project the image Backward.
projectBackward(Point) - Method in class gistoolkit.projection.LambertConicConformalProjection
Project the data in the reverse direction
projectBackward(Point) - Method in class gistoolkit.projection.NoProjection
do not perform any projection, just return the same point
projectBackward(Point) - Method in interface gistoolkit.projection.Projection
Project the data in the reverse direction
projectBackward(Projection, Shape) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of shapes.
projectBackward(Projection, Envelope) - Static method in class gistoolkit.projection.ShapeProjector
Project the envelope Backward
projectBackward(Point) - Method in class gistoolkit.projection.SimpleProjection
Project the data in the reverse direction
projectBackward(Point) - Method in class gistoolkit.projection.TransversMercatorProjection
Transform from from map coordinates to lat long
projectBackwardLineString(Projection, LineString) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of LineStrings.
projectBackwardLinearRing(Projection, LinearRing) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of LinearRings.
projectBackwardMultiLineString(Projection, MultiLineString) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of MultiLineStrings.
projectBackwardMultiPoint(Projection, MultiPoint) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of MultiPoints.
projectBackwardMultiPolygon(Projection, MultiPolygon) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of MultiPolygons.
projectBackwardPoint(Projection, Point) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of Points.
projectBackwardPolygon(Projection, Polygon) - Static method in class gistoolkit.projection.ShapeProjector
Handles reverse projection of Polygons.
projectForward(GISDataset, Projection) - Static method in class gistoolkit.datasources.ShapeUtils
Projects the entire dataset foreward using the given projection.
projectForward(Projection, GISDataset) - Method in class gistoolkit.datasources.SimpleDataSource
Project the dataset forward
projectForward(Point) - Method in class gistoolkit.projection.AlbersEqualAreaProjection
Project the data in the forward direction
projectForward(Projection, RasterShape) - Static method in class gistoolkit.projection.ImageProjector
Project the image forward.
projectForward(Point) - Method in class gistoolkit.projection.LambertConicConformalProjection
Project the data in the forward direction
projectForward(Point) - Method in class gistoolkit.projection.NoProjection
do not perform any projection, just return the same point
projectForward(Point) - Method in interface gistoolkit.projection.Projection
Project the data in the forward direction
projectForward(Projection, Shape) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of shapes
projectForward(Projection, Envelope) - Static method in class gistoolkit.projection.ShapeProjector
Project the envelope Foreward
projectForward(Point) - Method in class gistoolkit.projection.SimpleProjection
Project the data in the forward direction
projectForward(Point) - Method in class gistoolkit.projection.TransversMercatorProjection
Transform from from Lat Long to map coordinates
projectForwardLineString(Projection, LineString) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of LineStrings.
projectForwardLinearRing(Projection, LinearRing) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of LinearRings.
projectForwardMultiLineString(Projection, MultiLineString) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of MultiLineStrings.
projectForwardMultiPoint(Projection, MultiPoint) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of MultiPoints.
projectForwardMultiPolygon(Projection, MultiPolygon) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of MultiPolygons.
projectForwardPoint(Projection, Point) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of Points.
projectForwardPolygon(Projection, Polygon) - Static method in class gistoolkit.projection.ShapeProjector
Handles projection of Polygons.
proprietary.datasources.arcims - package proprietary.datasources.arcims
 
proprietary.datasources.arcsde - package proprietary.datasources.arcsde
 
proprietary.datasources.ermapper - package proprietary.datasources.ermapper
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z