|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Node in gistoolkit.common |
Methods in gistoolkit.common that return Node | |
Node |
Node.getChild(java.lang.String inName)
return the first child with the given name |
Node[] |
Node.getChildren()
return the list of child nodes |
Node[] |
Node.getChildren(java.lang.String inName)
return the children with the given name |
Methods in gistoolkit.common with parameters of type Node | |
void |
Node.addChild(Node inNode)
Add a child node to this node. |
Uses of Node in gistoolkit.config |
Methods in gistoolkit.config that return Node | |
static Node |
Configurator.readConfig(java.lang.String inFileName)
Reads configuration information from the given file. |
static Node |
Configurator.getXML(java.lang.String inLocation)
Read an XML document from the given location, and parse it into a node tree |
Methods in gistoolkit.config with parameters of type Node | |
static void |
Configurator.writeConfig(Node inNode,
java.lang.String inFileName)
Write the configuration file for the GISServer |
static void |
Configurator.print(Node inNode)
Print the contents of a node to the standard output stream |
Uses of Node in gistoolkit.datasources |
Methods in gistoolkit.datasources that return Node | |
Node |
DataSource.getNode()
Get the configuration information for this data source |
Node |
SimpleDataSource.getNode()
Get the configuration information for this data source |
Node |
SimpleJoinDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources with parameters of type Node | |
void |
DataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
SimpleDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
SimpleJoinDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.db2spatialextender |
Methods in gistoolkit.datasources.db2spatialextender that return Node | |
Node |
DB2JoinDataSource.getNode()
Get the configuration information for this data source |
Node |
ReadOnlySpatialExtenderDataSource.getNode()
Get the configuration information for this data source |
Node |
SpatialExtenderDataSource.getNode()
Get the configuration information for this data source |
Node |
UpdateableSpatialExtenderDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.db2spatialextender with parameters of type Node | |
void |
DB2JoinDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
ReadOnlySpatialExtenderDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
SpatialExtenderDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
UpdateableSpatialExtenderDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.filter |
Methods in gistoolkit.datasources.filter that return Node | |
Node |
AttributeFilter.getNode()
Get the configuration information for this filter |
Node |
DateAttributeFilter.getNode()
Get the configuration information for this filter |
Node |
Expression.getNode()
Get the configuration information for the filter. |
Node |
Filter.getNode()
Get the configuration information for the filter. |
Node |
Join.getNode()
Get the configuration information for the filter. |
Node |
NumberAttributeFilter.getNode()
Get the configuration information for this filter |
Node |
ShapeFilter.getNode()
Get the configuration information for the filter. |
Node |
StringAttributeFilter.getNode()
Get the configuration information for this filter |
Methods in gistoolkit.datasources.filter with parameters of type Node | |
void |
AttributeFilter.setNode(Node inNode)
Set the configuration information for this data source |
void |
DateAttributeFilter.setNode(Node inNode)
Set the configuration information for this data source |
void |
Expression.setNode(Node inNode)
Set the configuration information in the filter. |
void |
Filter.setNode(Node inNode)
Set the configuration information in the filter. |
void |
Join.setNode(Node inNode)
Set the configuration information in the filter. |
void |
NumberAttributeFilter.setNode(Node inNode)
Set the configuration information for this data source |
void |
ShapeFilter.setNode(Node inNode)
Set the configuration information in the filter. |
void |
StringAttributeFilter.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.imagefile |
Methods in gistoolkit.datasources.imagefile that return Node | |
Node |
ImageDirectoryDataSource.getNode()
Get the configuration information for this layer. |
Node |
ImageFileDataSource.getNode()
Get the configuration information for this layer. |
Node |
RasterCatalogDataSource.getNode()
Get the configuration information for this layer. |
Methods in gistoolkit.datasources.imagefile with parameters of type Node | |
void |
ImageDirectoryDataSource.setNode(Node inNode)
Set the configuration information for this layer. |
void |
ImageFileDataSource.setNode(Node inNode)
Set the configuration information for this layer. |
void |
RasterCatalogDataSource.setNode(Node inNode)
Set the configuration information for this layer. |
Uses of Node in gistoolkit.datasources.memory |
Methods in gistoolkit.datasources.memory that return Node | |
Node |
MemoryDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.memory with parameters of type Node | |
void |
MemoryDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.mysql |
Methods in gistoolkit.datasources.mysql that return Node | |
Node |
MySQLDataSource.getNode()
Get the configuration information for this data source |
Node |
MySQLJoinDataSource.getNode()
Get the configuration information for this data source |
Node |
ReadOnlyMySQLDataSource.getNode()
Get the configuration information for this data source |
Node |
UpdateableMySQLDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.mysql with parameters of type Node | |
void |
MySQLDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
MySQLJoinDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
ReadOnlyMySQLDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
UpdateableMySQLDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.oracle |
Methods in gistoolkit.datasources.oracle that return Node | |
Node |
OracleDataSource.getNode()
Get the configuration information for this data source |
Node |
OracleJoinDataSource.getNode()
Get the configuration information for this data source |
Node |
ReadOnlyOracleDataSource.getNode()
Get the configuration information for this data source |
Node |
UpdateableOracleDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.oracle with parameters of type Node | |
void |
OracleDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
OracleJoinDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
ReadOnlyOracleDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
UpdateableOracleDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.postgis |
Methods in gistoolkit.datasources.postgis that return Node | |
Node |
PostGISDataSource.getNode()
Get the configuration information for this data source |
Node |
PostGISJoinDataSource.getNode()
Get the configuration information for this data source |
Node |
ReadOnlyPostGISDataSource.getNode()
Get the configuration information for this data source |
Node |
UpdateablePostGISDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.postgis with parameters of type Node | |
void |
PostGISDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
PostGISJoinDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
ReadOnlyPostGISDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
UpdateablePostGISDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.seamless |
Methods in gistoolkit.datasources.seamless that return Node | |
Node |
SeamlessDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.seamless with parameters of type Node | |
void |
SeamlessDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.shapefile |
Methods in gistoolkit.datasources.shapefile that return Node | |
Node |
DbaseFileJoinDataSource.getNode()
Get the configuration information for this data source |
Node |
ReadOnlyShapeFileDataSource.getNode()
Get the configuration information for this data source |
Node |
ShapeFileDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.shapefile with parameters of type Node | |
void |
DbaseFileJoinDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
ReadOnlyShapeFileDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
ShapeFileDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.terraserver |
Methods in gistoolkit.datasources.terraserver that return Node | |
Node |
TerraserverDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.terraserver with parameters of type Node | |
void |
TerraserverDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in gistoolkit.datasources.webservice |
Methods in gistoolkit.datasources.webservice that return Node | |
Node |
OGCWebServiceDataSource.getNode()
Get the configuration information for this data source |
Methods in gistoolkit.datasources.webservice with parameters of type Node | |
void |
OGCWebServiceDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Constructors in gistoolkit.datasources.webservice with parameters of type Node | |
Layer(Node inNode)
Create the layer and populate it with the node |
|
Layer(Node inNode,
Layer inParent)
Create the layer and populate it with the node |
Uses of Node in gistoolkit.display |
Methods in gistoolkit.display that return Node | |
Node |
GISDisplay.getNode()
Get the configuration information from this display |
Node |
Labeler.getNode()
get the configuration information for this labeler |
Node |
Layer.getNode()
Retrieve the configuration information for this layer. |
Node |
Renderer.getNode()
Get the configuration information for this renderer |
Node |
ScaleBar.getNode()
Get the configuration information for this ScaleBar |
Node |
Shader.getNode()
Get the configuration information for this shader |
Node |
Style.getNode()
Retrieve the configuration information for this style |
Methods in gistoolkit.display with parameters of type Node | |
void |
GISDisplay.setNode(Node inNode)
Set the configuration information for this display |
void |
Labeler.setNode(Node inNode)
Set the configuration information for this labeler |
void |
Layer.setNode(Node inNode)
Set the configuraiton information for this layer. |
void |
Renderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
ScaleBar.setNode(Node inNode)
Set the configuration information for this ScaleBar |
void |
Shader.setNode(Node inNode)
Set the configuration information for this shader |
void |
Style.setNode(Node inNode)
Set the configuration information for this style |
Uses of Node in gistoolkit.display.labeler |
Methods in gistoolkit.display.labeler that return Node | |
Node |
FeatureLabeler.getNode()
get the configuration information for this labeler |
Node |
LineLabeler.getNode()
get the configuration information for this labeler |
Node |
MultipleLabeler.getNode()
get the configuration information for this labeler |
Node |
PolygonLabeler.getNode()
get the configuration information for this labeler |
Node |
SimpleLabeler.getNode()
get the configuration information for this labeler |
Methods in gistoolkit.display.labeler with parameters of type Node | |
void |
FeatureLabeler.setNode(Node inNode)
Set the configuration information for this labeler |
void |
LineLabeler.setNode(Node inNode)
Set the configuration information for this labeler |
void |
MultipleLabeler.setNode(Node inNode)
Set the configuration information for this labeler |
void |
PolygonLabeler.setNode(Node inNode)
Set the configuration information for this labeler |
void |
SimpleLabeler.setNode(Node inNode)
Set the configuration information for this labeler |
Uses of Node in gistoolkit.display.renderer |
Methods in gistoolkit.display.renderer that return Node | |
Node |
FeatureRenderer.getNode()
Get the configuration information for this renderer |
Node |
LineRenderer.getNode()
Get the configuration information for this renderer |
Node |
MultiLineRenderer.getNode()
Get the configuration information for this renderer |
Node |
MultiPointRenderer.getNode()
Get the configuration information for this renderer |
Node |
MultiPolygonRenderer.getNode()
Get the configuration information for this renderer |
Node |
PointImageRenderer.getNode()
Get the configuration information for this renderer |
Node |
PointRenderer.getNode()
Get the configuration information for this renderer |
Node |
PolygonRenderer.getNode()
Get the configuration information for this renderer |
Node |
RasterRenderer.getNode()
Get the configuration information for this renderer |
Node |
SimpleRenderer.getNode()
Get the configuration information for this renderer |
Methods in gistoolkit.display.renderer with parameters of type Node | |
void |
FeatureRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
LineRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
MultiLineRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
MultiPointRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
MultiPolygonRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
PointImageRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
PointRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
PolygonRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
RasterRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
void |
SimpleRenderer.setNode(Node inNode)
Set the configuration information for this renderer |
Uses of Node in gistoolkit.display.scalebar |
Methods in gistoolkit.display.scalebar that return Node | |
Node |
MeterToEnglishScaleBar.getNode()
Get the configuration information for this ScaleBar |
Node |
MeterToMetricScaleBar.getNode()
Get the configuration information for this ScaleBar |
Node |
SimpleScaleBar.getNode()
Get the configuration information for this ScaleBar |
Methods in gistoolkit.display.scalebar with parameters of type Node | |
void |
MeterToEnglishScaleBar.setNode(Node inNode)
Set the configuration information for this ScaleBar |
void |
MeterToMetricScaleBar.setNode(Node inNode)
Set the configuration information for this ScaleBar |
void |
SimpleScaleBar.setNode(Node inNode)
Set the configuration information for this ScaleBar |
Uses of Node in gistoolkit.display.shader |
Methods in gistoolkit.display.shader that return Node | |
Node |
BinShader.getNode()
Get the configuration information for this shader |
Node |
MonoShader.getNode()
Get the configuration information for this shader |
Node |
RandomShader.getNode()
|
Node |
RangeShader.getNode()
Get the configuration information for this shader |
protected Node |
SimpleShader.getNodeFromStroke(java.awt.Stroke inStroke)
|
Node |
SimpleShader.getNode()
Get the configuration information for this shader |
Methods in gistoolkit.display.shader with parameters of type Node | |
void |
BinShader.setNode(Node inNode)
Set the configuration information for this shader |
void |
MonoShader.setNode(Node inNode)
Set the configuration information for this shader |
void |
RandomShader.setNode(Node inNode)
Set the configuration information into this shader. |
void |
RangeShader.setNode(Node inNode)
Set the configuration information for this shader |
protected java.awt.Stroke |
SimpleShader.getStrokeFromNode(Node inNode)
|
void |
SimpleShader.setNode(Node inNode)
Set the configuration information for this shader |
Uses of Node in gistoolkit.projection |
Methods in gistoolkit.projection that return Node | |
Node |
AlbersEqualAreaProjection.getNode()
Return the configuration information for this projection |
Node |
LambertConicConformalProjection.getNode()
Return the configuration information for this projection |
Node |
NoProjection.getNode()
Return the configuration information for this projection |
Node |
Projection.getNode()
Return the configuration information for this projection |
Node |
SimpleProjection.getNode()
Return the configuration information for this projection |
Node |
TransversMercatorProjection.getNode()
Return the configuration information for this projection |
Node |
UniversalTransverseMercatorProjection.getNode()
Return the configuration information for this projection |
Methods in gistoolkit.projection with parameters of type Node | |
void |
AlbersEqualAreaProjection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
void |
LambertConicConformalProjection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
void |
NoProjection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
void |
Projection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
void |
SimpleProjection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
void |
TransversMercatorProjection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
void |
UniversalTransverseMercatorProjection.setNode(Node inNode)
Setup this projection using the configuration information in the node |
Uses of Node in gistoolkit.server |
Methods in gistoolkit.server that return Node | |
Node |
Server.getNode()
Set up the configuration of this server. |
Node |
Service.getNode()
Set the configuration node. |
Methods in gistoolkit.server with parameters of type Node | |
void |
Server.setNode(Node inNode)
Set up the configuration of this server. |
void |
Service.setNode(Node inNode)
Set the configuration node. |
Uses of Node in gistoolkit.server.mapclient.wmsclient |
Constructors in gistoolkit.server.mapclient.wmsclient with parameters of type Node | |
Layer(Node inNode)
Create the layer and populate it with the node |
|
Layer(Node inNode,
Layer inParent)
Create the layer and populate it with the node |
Uses of Node in gistoolkit.server.mapservice |
Methods in gistoolkit.server.mapservice that return Node | |
Node |
ExtensionService.getNode()
Called to get the configuration information for this service. |
Node |
SimpleExtensionService.getNode()
Called to get the configuration information for this service. |
Methods in gistoolkit.server.mapservice with parameters of type Node | |
void |
ExtensionService.setNode(Node inNode)
Called to set the configuration information for this service. |
void |
SimpleExtensionService.setNode(Node inNode)
Called to set the configuration information for this service. |
Uses of Node in gistoolkit.server.mapservice.adminextender |
Methods in gistoolkit.server.mapservice.adminextender that return Node | |
Node |
AdminExtender.getNode()
Called to get the configuration information for this service. |
Methods in gistoolkit.server.mapservice.adminextender with parameters of type Node | |
void |
AdminExtender.setNode(Node inNode)
Called to set the configuration information for this service. |
Uses of Node in gistoolkit.server.mapservice.clientextender |
Methods in gistoolkit.server.mapservice.clientextender that return Node | |
Node |
ClientExtender.getNode()
Called to get the configuration information for this service. |
Methods in gistoolkit.server.mapservice.clientextender with parameters of type Node | |
void |
ClientExtender.setNode(Node inNode)
Called to set the configuration information for this service. |
Uses of Node in gistoolkit.server.mapservice.htmlclientextender |
Methods in gistoolkit.server.mapservice.htmlclientextender that return Node | |
Node |
HTMLClientExtender.getNode()
Called to get the configuration information for this service. |
Methods in gistoolkit.server.mapservice.htmlclientextender with parameters of type Node | |
void |
HTMLClientExtender.setNode(Node inNode)
Called to set the configuration information for this service. |
Uses of Node in proprietary.datasources.arcims |
Methods in proprietary.datasources.arcims that return Node | |
Node |
ArcIMSDataSource.getNode()
Get the configuration information for this data source |
Methods in proprietary.datasources.arcims with parameters of type Node | |
void |
ArcIMSDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in proprietary.datasources.arcsde |
Methods in proprietary.datasources.arcsde that return Node | |
Node |
ArcSDEDataSource.getNode()
Get the configuration information for this data source |
Node |
UpdateableArcSDEDataSource.getNode()
Get the configuration information for this data source |
Methods in proprietary.datasources.arcsde with parameters of type Node | |
void |
ArcSDEDataSource.setNode(Node inNode)
Set the configuration information for this data source |
void |
UpdateableArcSDEDataSource.setNode(Node inNode)
Set the configuration information for this data source |
Uses of Node in proprietary.datasources.ermapper |
Methods in proprietary.datasources.ermapper that return Node | |
Node |
ERMapperDatasource.getNode()
Get the configuration information for this layer. |
Methods in proprietary.datasources.ermapper with parameters of type Node | |
void |
ERMapperDatasource.setNode(Node inNode)
Set the configuration information for this layer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |