All Packages Class Hierarchy
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
Index of all Fields and Methods
- action(Event, Object).
Method in class sdoOracle.sdoErrorWindow
-
- Add(Box).
Method in class sdoOracle.BoxList
- Adds a new Box object to this list.
- add(Object).
Method in class sdoOracle.ObjectList
- Adds a new object to this list.
- Add(Ring).
Method in class sdoOracle.RingList
- Adds a new Ring object to this list.
- Add(sdoGeometry).
Method in class sdoOracle.sdoGeometryList
- Adds a new geometry object to this list.
- Add(sdoGeometry).
Method in class sdoOracle.sdoGID
- Adds a new geometry to this collection.
- Add(sdoGID).
Method in class sdoOracle.sdoGIDList
- Adds a new sdoGID object to this list.
- Add(WPoint).
Method in class sdoOracle.WPointList
- Adds a new point to this list.
- addGIDs(List, int, int).
Method in class sdoOracle.sdoLayer
- Query for all gids in this layer and add them into a Java List.
- AddLayer(sdoLayer).
Method in class sdoOracle.sdoWorkspace
- Adds a new layer to this workspace.
- AddPoint(double, double).
Method in class sdoOracle.sdoLine
- Adds a new vertex to this line.
- appendText(String).
Method in class sdoOracle.sdoErrorWindow
-
- appendText(String).
Method in class sdoOracle.sdoTextArea
-
- Area().
Method in class sdoOracle.Box
- Returns the box area.
- BoundingBox().
Method in class sdoOracle.sdoLine
- Returns the Box object (mbr) hat encloses the points.
- Box().
Constructor for class sdoOracle.Box
- Constructs a new Box object.
- Box(double, double, double, double).
Constructor for class sdoOracle.Box
- Constructs a new Box object.
- BoxList().
Constructor for class sdoOracle.BoxList
- Constructs an empty BoxList object.
- Clear().
Method in class sdoOracle.BoxList
- Clears the list content.
- clear().
Method in class sdoOracle.ObjectList
- Clears the list content.
- Clear().
Method in class sdoOracle.RingList
- Clears the list content.
- Clear().
Method in class sdoOracle.sdoGeometryList
- Clears the list content.
- Clear().
Method in class sdoOracle.sdoGID
- Clears the collection contents.
- Clear().
Method in class sdoOracle.sdoGIDList
- Clears the list content.
- Clear().
Method in class sdoOracle.sdoLine
- Clears the line (erases points).
- Clear().
Method in class sdoOracle.WPointList
- Clears the list content.
- clearScreen().
Method in class sdoOracle.sdoCanvas
- Clears the screen contents.
- close().
Method in class sdoOracle.sdoErrorWindow
-
- close().
Method in class sdoOracle.sdoTextArea
-
- Contains(Box).
Method in class sdoOracle.Box
- Verifies if input Box is inside.
- Contains(WPoint).
Method in class sdoOracle.Box
- Verifies if Box contains input location.
- Copy(Box).
Method in class sdoOracle.Box
- Copies the content of input Box.
- Create(Connection, String, int, int, int, double, double, double, double, double, double).
Method in class sdoOracle.sdoLayer
- Creates a hybrid-schema spatial layer in the database.
- Create(Connection, String, int, int, int, double, double, double, double, double, double).
Method in class sdoOracle.sdoUpdate
- Creates a hybrid-schema spatial layer in the database.
- CreateFixed(Connection, String, int, int, double, double, double, double, double, double).
Method in class sdoOracle.sdoLayer
- Creates a fixed-schema spatial layer in the database.
- CreateFixed(Connection, String, int, int, double, double, double, double, double, double).
Method in class sdoOracle.sdoUpdate
- Creates a fixed-schema spatial layer in the database.
- CreateQueryWindow(double, double, double, double, double, double, boolean, int, int).
Method in class sdoOracle.sdoWorkspace
- Creates a window query layer (SDOWINJAVA) that must
be populated later, in order to perform spatial queries.
- Define(Connection, String).
Method in class sdoOracle.sdoLayer
- Defines the layer parameters.
- Define(Connection, String).
Method in class sdoOracle.sdoWorkspace
- Defines the sdoWorkspace parameteres.
- Define(double, double).
Method in class sdoOracle.sdoPoint
- Defines the spatial coordinate for this sdoPoint.
- Define(double, double).
Method in class sdoOracle.WPoint
- Defines the coordinate for the WPoint object.
- Define(double, double, double, double).
Method in class sdoOracle.Box
- Defines the box coordinates.
- device2world(Point).
Method in class sdoOracle.sdoCanvas
- Transforms a device coordinate into a world coordinate.
- DimensionLowerBound(int).
Method in class sdoOracle.sdoLayer
- Returns the lower boundary for the input dimension.
- DimensionTolerance(int).
Method in class sdoOracle.sdoLayer
- Returns the tolerance for the input dimension.
- DimensionUpperBound(int).
Method in class sdoOracle.sdoLayer
- Returns the upper boundary for the input dimension.
- Distance(WPoint).
Method in class sdoOracle.WPoint
- Returns the distance between two WPoint objects.
- Draw(double, double, double, double, sdoCanvas).
Method in class sdoOracle.sdoDraw
- Draws the layer contents into a SDO canvas.
- Draw(double, double, double, double, sdoCanvas).
Method in class sdoOracle.sdoLayer
- Draws the layer contents into a SDO canvas.
- DrawGeom(sdoGeometryList, sdoCanvas).
Method in class sdoOracle.sdoDraw
- Draws the list of geometries into a SDO canvas.
- DrawGeom(sdoGeometryList, sdoCanvas).
Method in class sdoOracle.sdoLayer
- Draws the list of geometries into a SDO canvas.
- drawLine(sdoLine).
Method in class sdoOracle.sdoCanvas
- Draws the points of a sdoLine object.
- drawLine(WPointList).
Method in class sdoOracle.sdoCanvas
- Draws the points of a WPointList object.
- drawPoint(WPoint).
Method in class sdoOracle.sdoCanvas
- Draws the point coordinate as a circle.
- drawPolygon(sdoPolygon).
Method in class sdoOracle.sdoCanvas
- Draws the points of a sdoPolygon object.
- DrawRaw(double, double, double, double, sdoCanvas, int, String, boolean, int).
Method in class sdoOracle.sdoDraw
- Draws the layer contents into a SDO canvas, with no
concern about the geometry type.
- DrawRaw(double, double, double, double, sdoCanvas, int, String, boolean, int).
Method in class sdoOracle.sdoLayer
- Draws the layer contents into a SDO canvas, with no
concern about the geometry type.
- drawRectangle(Box).
Method in class sdoOracle.sdoCanvas
- Draws a rectangle specified by input Box object.
- drawText(String, WPoint, Font).
Method in class sdoOracle.sdoCanvas
- Draws the ipunt text at the specified location.
- Extent().
Method in class sdoOracle.sdoLayer
- Returns the box that encloses all geometry of this layer.
- fillPoint(WPoint).
Method in class sdoOracle.sdoCanvas
- Fills the point location represented by a circle.
- fillPolygon(sdoPolygon).
Method in class sdoOracle.sdoCanvas
- Fills a sdoPolygon object.
- FindPoint(WPoint, double).
Method in class sdoOracle.sdoGID
- Finds the closest point geometry given a point and a
tolerance value.
- FindPoints(WPoint, double).
Method in class sdoOracle.sdoGIDList
- Returns all point geometries that are within a distance from
input point.
- FindPolygon(WPoint).
Method in class sdoOracle.sdoGID
- Finds the polygon that contains the input point.
- FindPolygons(WPoint).
Method in class sdoOracle.sdoGIDList
- Returns all polygon geometries in which the input point is
inside or in the boundary.
- First().
Method in class sdoOracle.BoxList
- Returns the first Box object.
- first().
Method in class sdoOracle.ObjectList
- Returns the first object.
- First().
Method in class sdoOracle.RingList
- Returns the first Ring object.
- First().
Method in class sdoOracle.sdoGeometryList
- Returns the first sdoGeometry object.
- First().
Method in class sdoOracle.sdoGID
- Returns the first geometry of this collection.
- First().
Method in class sdoOracle.sdoGIDList
- Returns the first sdoGID object.
- First().
Method in class sdoOracle.sdoLine
- Returns the first point (WPoint object).
- First().
Method in class sdoOracle.sdoWorkspace
- Returns the first spatial layer.
- First().
Method in class sdoOracle.WPointList
- Returns the first WPoint object.
- FreeData().
Method in class sdoOracle.sdoLayer
- Liberates the data from memory if it has been loaded.
- GenericPolygon().
Method in class sdoOracle.sdoCanvas
- Returns a generic closed list of points that may be
used as a query geometry.
- GetAllObjects().
Method in class sdoOracle.sdoLayer
- Returns all geometry collections with points
and keep on memory.
- GetAllObjects().
Method in class sdoOracle.sdoQuery
- Returns all geometry collections with points
and keep in memory.
- GetAllObjects(boolean).
Method in class sdoOracle.sdoLayer
- Returns all layer geometry with points or not.
- GetAllObjects(boolean).
Method in class sdoOracle.sdoQuery
- Returns all layer geometry with points or not.
- GetBox().
Method in class sdoOracle.sdoGID
- Returns the Box object that contains all geometries of
collection.
- GetConnection().
Method in class sdoOracle.sdoWorkspace
- Returns the sdoWorkspace connection.
- GetGeometry().
Method in class sdoOracle.sdoLayer
- Returns the list of geometries that are on memory.
- GetGID(long).
Method in class sdoOracle.sdoLayer
- Returns a list of geometries represented by sdoGID class.
- GetGIDs().
Method in class sdoOracle.sdoLayer
- Returns the list of a collection of geometries that
are on memory.
- GetHistogram(String, double, int).
Method in class sdoOracle.sdoLayer
- returns a statistical histogram
- GetHistogram(String, double, int).
Method in class sdoOracle.sdoTune
- returns a statistical histogram
- GetId().
Method in class sdoOracle.sdoGeometry
- Returns the geometry identifier.
- GetId().
Method in class sdoOracle.sdoGID
- Returns the collection identifier.
- GetInfo().
Method in class sdoOracle.sdoLayer
- Reads the layer tables '_sdolayer' and '_sdodim', and update
the layer attributes.
- GetItem(int).
Method in class sdoOracle.BoxList
- Returns the Box object related with input index.
- getItem(int).
Method in class sdoOracle.ObjectList
- Returns the Object related with input index.
- GetItem(int).
Method in class sdoOracle.RingList
- Returns the Ring object related with input index.
- GetItem(int).
Method in class sdoOracle.sdoGeometryList
- Returns the sdoGeometry object related with input index.
- GetItem(int).
Method in class sdoOracle.sdoGID
- Returns the geometry related with input index.
- GetItem(int).
Method in class sdoOracle.sdoGIDList
- Returns the sdoGID object related with input index.
- GetItem(int).
Method in class sdoOracle.sdoLine
- Returns the WPoint object related with input index.
- GetItem(int).
Method in class sdoOracle.sdoWorkspace
- Returns the sdoLayer object related with input index.
- GetItem(int).
Method in class sdoOracle.WPointList
- Returns the WPoint object related with input index.
- GetLayers().
Method in class sdoOracle.sdoWorkspace
- Gets all spatial layers for this sdoWorkspace connection.
- GetLevel().
Method in class sdoOracle.sdoInfo
- Returns the level of decomposition to index the geometries.
- GetLevel().
Method in class sdoOracle.sdoLayer
- Returns the level of partitioning for this layer.
- GetLowerBound().
Method in class sdoOracle.sdoDimension
- Returns the dimension lower boundary.
- GetNumber().
Method in class sdoOracle.sdoDimension
- Returns the dimension number.
- GetNumTiles().
Method in class sdoOracle.sdoInfo
- Returns the number of tiles to index the geometries.
- GetNumTiles().
Method in class sdoOracle.sdoLayer
- Returns the number of tiles for this layer.
- GetObject(long).
Method in class sdoOracle.sdoLayer
- Returns the list of geometries for the input id.
- GetObject(long).
Method in class sdoOracle.sdoQuery
- Returns the list of geometries for the input id.
- GetObjects(double, double, double, double, int, boolean).
Method in class sdoOracle.sdoLayer
- Returns a list of geometries that overlap or are inside the
input rectangle.
- GetObjects(double, double, double, double, int, boolean).
Method in class sdoOracle.sdoQuery
- Returns a list of geometries that overlap or are inside the
input rectangle.
- GetObjects(String, long, String).
Method in class sdoOracle.sdoLayer
- Returns a list of geometries that match the input
relation mask to the input gid (collection of geometries).
- GetObjects(String, long, String).
Method in class sdoOracle.sdoQuery
- Returns a list of geometries that match the input
relation mask to the input gid (collection of geometries).
- GetObjects(WPoint, double).
Method in class sdoOracle.sdoLayer
- Returns a list of geometries that interacts with input point.
- GetObjects(WPoint, double).
Method in class sdoOracle.sdoQuery
- Returns a list of geometries that interacts with input point.
- GetObjects(WPointList, int, boolean).
Method in class sdoOracle.sdoLayer
- Returns a list of geometries that interacts with input geometry that
must be a closed list of points.
- GetObjects(WPointList, int, boolean).
Method in class sdoOracle.sdoQuery
- Returns a list of geometries that interacts with input geometry that
must be a closed list of points.
- GetOordinates().
Method in class sdoOracle.sdoInfo
- Returns the number of oordinates per row.
- GetOordinates().
Method in class sdoOracle.sdoLayer
- Returns the number of oordinates per row.
- getPixMap().
Method in class sdoOracle.sdoCanvas
- Returns the screen contents.
- GetPoint().
Method in class sdoOracle.sdoPoint
- Returns a WPoint object representing the spatial location.
- GetRelation(long, long).
Method in class sdoOracle.sdoLayer
- Returns the relation between two gid's (collection of geometries).
- GetRelation(long, long).
Method in class sdoOracle.sdoQuery
- Returns the relation between two gid's (collection of geometries).
- getSDOdata().
Method in class sdoOracle.sdoQuery
- Returns SDO data in memory.
- getSDOdata().
Method in class sdoOracle.sdoTune
- Returns SDO data in memory.
- getSDOgids().
Method in class sdoOracle.sdoQuery
- Returns SDO GID list in memory.
- getSDOgids().
Method in class sdoOracle.sdoTune
- Returns SDO GID list in memory.
- GetSequence().
Method in class sdoOracle.sdoGeometry
- Returns the geometry sequence.
- GetTableName().
Method in class sdoOracle.sdoLayer
- Returns the layer name.
- GetTiles(double, double, double, double, String).
Method in class sdoOracle.sdoLayer
- Returns tiles that interacts with input mbr.
- GetTiles(double, double, double, double, String).
Method in class sdoOracle.sdoQuery
- Returns tiles that interacts with input mbr.
- GetTiles(long, String).
Method in class sdoOracle.sdoLayer
- Returns tiles for input gid (collection of geometries).
- GetTiles(long, String).
Method in class sdoOracle.sdoQuery
- Returns tiles for input gid (collection of geometries).
- GetTolerance().
Method in class sdoOracle.sdoDimension
- Returns the dimension tolerance.
- GetType().
Method in class sdoOracle.sdoGeometry
- Returns the geometry type (1=point, 2=line,3=polygon).
- GetUpperBound().
Method in class sdoOracle.sdoDimension
- Returns the dimension upper boundary.
- GetX().
Method in class sdoOracle.sdoPoint
- Returns the x coordinate.
- GetX().
Method in class sdoOracle.WPoint
- Returns the x coordinate for the WPoint object.
- GetY().
Method in class sdoOracle.sdoPoint
- Returns the y coordinate.
- GetY().
Method in class sdoOracle.WPoint
- Returns the y coordinate for the WPoint object.
- handleEvent(Event).
Method in class sdoOracle.sdoCanvas
- Handles events.
- handleEvent(Event).
Method in class sdoOracle.sdoErrorWindow
-
- HasGeometry().
Method in class sdoOracle.sdoLayer
- Verifies if geometry table '_sdogeom' table has geometric features.
- HasIndex().
Method in class sdoOracle.sdoLayer
- Verifies if index table '_sdoindex' table has information.
- Height().
Method in class sdoOracle.Box
- Returns the box height.
- Height().
Method in class sdoOracle.sdoCanvas
- Returns the world coordinates height.
- ImportAscii(URL).
Method in class sdoOracle.sdoLayer
- Imports an ascii file Y axis coordinate first and
X axis coordinate next.
- ImportAscii(URL).
Method in class sdoOracle.sdoUpdate
- Imports an ascii file Y axis coordinate first and
X axis coordinate next.
- Insert(sdoGeometry, int).
Method in class sdoOracle.sdoLayer
- Inserts a new geometry into this layer.
- Insert(sdoGeometry, int).
Method in class sdoOracle.sdoUpdate
- Inserts a new geometry into this layer.
- Interact(long, long).
Method in class sdoOracle.sdoLayer
- Identifies if two gid's (collection of geometries) have interaction.
- Interact(long, long).
Method in class sdoOracle.sdoQuery
- Identifies if two gid's (collection of geometries) have interaction.
- Interact(long, String, long).
Method in class sdoOracle.sdoLayer
- Identifies if two gid's (collection of geometries) of
different layers have interaction.
- Interact(long, String, long).
Method in class sdoOracle.sdoQuery
- Identifies if two gid's (collection of geometries) of
different layers have interaction.
- Interact(long, WPointList, short).
Method in class sdoOracle.sdoLayer
- Identifies if input gid (collection of geometries) have interaction
with the input geometry represented by a list of points.
- Interact(long, WPointList, short).
Method in class sdoOracle.sdoQuery
- Identifies if input gid (collection of geometries) have interaction
with the input geometry represented by a list of points.
- Intersection(Box).
Method in class sdoOracle.Box
- Finds the intersection between two Box objects.
- Intersects(Box).
Method in class sdoOracle.Box
- Verifies if two Box objects have intersection.
- isHybridSchema().
Method in class sdoOracle.sdoLayer
- Returns if the current layer has hybrid indexing schema.
- Item().
Method in class sdoOracle.BoxList
- Returns the current Box object.
- item().
Method in class sdoOracle.ObjectList
- Returns the current object.
- Item().
Method in class sdoOracle.RingList
- Returns the current Ring object.
- Item().
Method in class sdoOracle.sdoGeometryList
- Returns the current sdoGeometry object.
- Item().
Method in class sdoOracle.sdoGID
- Returns the current geometry.
- Item().
Method in class sdoOracle.sdoGIDList
- Returns the current sdoGID object.
- Item().
Method in class sdoOracle.WPointList
- Returns the current WPoint object.
- LevelEstimate(int, String).
Method in class sdoOracle.sdoLayer
- Estimates the partitioning level.
- LevelEstimate(int, String).
Method in class sdoOracle.sdoTune
- Estimates the partitioning level.
- Location(WPoint).
Method in class sdoOracle.sdoPolygon
- Verifies the position of input point in this polygon,
and returns 1 (IN), 2 (OUT), or 3 (BOUNDARY).
- LowerLeft().
Method in class sdoOracle.Box
- Returns the lower left coordinate as a WPoint object.
- LowerLeftX().
Method in class sdoOracle.Box
- Returns the x lower left coordinate.
- LowerLeftX().
Method in class sdoOracle.sdoLine
- Returns the x lower left coordinate of the mbr that encloses
the points.
- LowerLeftX(double).
Method in class sdoOracle.Box
- Defines the x lower left coordinate.
- LowerLeftY().
Method in class sdoOracle.Box
- Returns the y lower left coordinate.
- LowerLeftY().
Method in class sdoOracle.sdoLine
- Returns the y lower left coordinate of the mbr that encloses
the points.
- LowerLeftY(double).
Method in class sdoOracle.Box
- Defines the y lower left coordinate.
- Max(WPoint).
Method in class sdoOracle.WPoint
- Returns a WPoint object that contains the maximum x and
y coordinates between two WPoint objects.
- MaxCodeSize().
Method in class sdoOracle.sdoLayer
- Returns the maximum code size for this layer.
- MaxComDiv(int, int).
Method in class sdoOracle.sdoWorkspace
- Returns the max common divisor of two integers.
- MbrsArea().
Method in class sdoOracle.sdoGID
- Returns the total mbr area that contains the geometries.
- Min(WPoint).
Method in class sdoOracle.WPoint
- Returns a WPoint object that contains the minimum x and
y coordinates between two WPoint objects.
- MixInfo().
Method in class sdoOracle.sdoLayer
- retrns data mixture information
- MixInfo().
Method in class sdoOracle.sdoTune
- retrns data mixture information
- Next().
Method in class sdoOracle.BoxList
- Returns the next Box object.
- next().
Method in class sdoOracle.ObjectList
- Returns the next object.
- Next().
Method in class sdoOracle.RingList
- Returns the next Ring object.
- Next().
Method in class sdoOracle.sdoGeometryList
- Returns the next sdoGeometry object.
- Next().
Method in class sdoOracle.sdoGID
- Returns the next geometry of this collection.
- Next().
Method in class sdoOracle.sdoGIDList
- Returns the next sdoGID object.
- Next().
Method in class sdoOracle.sdoLine
- Returns the next point (WPoint object).
- Next().
Method in class sdoOracle.sdoWorkspace
- Returns the next spatial layer.
- Next().
Method in class sdoOracle.WPointList
- Returns the next WPoint object.
- NextElementId(long).
Method in class sdoOracle.sdoLayer
- Returns the next element sequence value for input gid.
- Node(Object).
Constructor for class sdoOracle.Node
- Constructs a Node object.
- NumberOfVertices().
Method in class sdoOracle.sdoGID
- Returns the total number of vertices in this collection.
- NumGIDs(boolean).
Method in class sdoOracle.sdoLayer
- returns the number of GIDs
- NumGIDs(boolean).
Method in class sdoOracle.sdoTune
- returns the number of GIDs
- NumIndexedGIDs(boolean).
Method in class sdoOracle.sdoLayer
- returns the number of indexed GIDs
- NumIndexedGIDs(boolean).
Method in class sdoOracle.sdoTune
- returns the number of indexed GIDs
- NumTiles(String, boolean).
Method in class sdoOracle.sdoLayer
- returns the number of SDO tiles
- NumTiles(String, boolean).
Method in class sdoOracle.sdoTune
- returns the number of SDO tiles
- ObjectList().
Constructor for class sdoOracle.ObjectList
- Constructs an empty list of objects.
- operation(int, boolean).
Method in class sdoOracle.sdoCanvas
- Sets the operation mode (0-point, 1-zoom, 2-query box,
3-query polygon, 4-query circle).
- paint(Graphics).
Method in class sdoOracle.sdoCanvas
- Draws the screen contents.
- PopulateIndex(String, int, int, boolean, long).
Method in class sdoOracle.sdoLayer
- Rebuilds the index file with hybrid schema.
- PopulateIndex(String, int, int, boolean, long).
Method in class sdoOracle.sdoUpdate
- Rebuilds the index file with hybrid schema.
- PopulateIndexFixed(String, int, boolean, long).
Method in class sdoOracle.sdoLayer
- Rebuilds the index file with fixed schema.
- PopulateIndexFixed(String, int, boolean, long).
Method in class sdoOracle.sdoUpdate
- Rebuilds the index file with fixed schema.
- queryCircleR().
Method in class sdoOracle.sdoCanvas
- Returns the query circle radius.
- queryCircleX().
Method in class sdoOracle.sdoCanvas
- Returns the query circle center x coordinate.
- queryCircleY().
Method in class sdoOracle.sdoCanvas
- Returns the query circle center y coordinate.
- queryIsVisible().
Method in class sdoOracle.sdoCanvas
- Returns the visibility of query box (0 = invisible, 1 = box visible,
2 = polygon visible,
3 = circle visible).
- queryIsVisible(short).
Method in class sdoOracle.sdoCanvas
- Sets the visibility of query box (0 = invisible, 1 = box visible,
2 = polygon visible,
3 = circle visible).
- queryLowerLeftX().
Method in class sdoOracle.sdoCanvas
- Returns the query box x lower left coordinate.
- queryLowerLeftY().
Method in class sdoOracle.sdoCanvas
- Returns the query box y lower left coordinate.
- queryUpperRightX().
Method in class sdoOracle.sdoCanvas
- Returns the query box x upper right coordinate.
- queryUpperRightY().
Method in class sdoOracle.sdoCanvas
- Returns the query box y upper right coordinate.
- Remove(Connection).
Method in class sdoOracle.sdoLayer
- Removes a spatial layer from the database.
- Remove(Connection).
Method in class sdoOracle.sdoUpdate
- Removes a spatial layer from the database.
- remove(Object).
Method in class sdoOracle.ObjectList
- Removes an existing object from this list.
- RemoveLayer(sdoLayer).
Method in class sdoOracle.sdoWorkspace
- Removes an existing layer from this workspace.
- Ring().
Constructor for class sdoOracle.Ring
- Constructs an empty Ring object.
- RingList().
Constructor for class sdoOracle.RingList
- Constructs an empty RingList object.
- Sample(Connection, String, String, int).
Method in class sdoOracle.sdoLayer
- Samples a spatial layer into another layer in the database.
- Sample(Connection, String, String, int).
Method in class sdoOracle.sdoUpdate
- Samples a spatial layer into another layer in the database.
- sdoCanvas().
Constructor for class sdoOracle.sdoCanvas
- Constructs a new sdoCanvas object.
- sdoDimension().
Constructor for class sdoOracle.sdoDimension
- Constructs a new sdoDimension object.
- sdoDraw().
Constructor for class sdoOracle.sdoDraw
- Constructs a new sdoDraw object.
- sdoDraw(sdoLayer, Connection, String).
Constructor for class sdoOracle.sdoDraw
- Constructs a new sdoDraw object with the input parameters.
- sdoErrorWindow(String).
Constructor for class sdoOracle.sdoErrorWindow
-
- sdoErrorWindow(String, Color, Color).
Constructor for class sdoOracle.sdoErrorWindow
-
- sdoGeometry().
Constructor for class sdoOracle.sdoGeometry
- Constructs a new sdoGeometry object.
- sdoGeometryList().
Constructor for class sdoOracle.sdoGeometryList
- Constructs an empty sdoGeometryList object.
- sdoGID().
Constructor for class sdoOracle.sdoGID
- Constructs a new sdoGID object.
- sdoGIDList().
Constructor for class sdoOracle.sdoGIDList
- Constructs an empty sdoGIDLIst object.
- sdoInfo().
Constructor for class sdoOracle.sdoInfo
- Constructs a new sdoInfo object.
- sdoLayer().
Constructor for class sdoOracle.sdoLayer
- Constructs a new sdoLayer object.
- sdoLayer(Connection, String).
Constructor for class sdoOracle.sdoLayer
- Constructs a new sdoLayer object with the input parameters,
and reads the information from tables '_sdolayer' and '_sdodim'.
- sdoLine().
Constructor for class sdoOracle.sdoLine
- Constructs a new sdoLine object.
- sdoPoint().
Constructor for class sdoOracle.sdoPoint
- Constructs a new sdoPoint object.
- sdoPoint(double, double).
Constructor for class sdoOracle.sdoPoint
- Constructs a new sdoPoint object.
- sdoPolygon().
Constructor for class sdoOracle.sdoPolygon
- Constructs a new sdoPolygon object.
- sdoQuery().
Constructor for class sdoOracle.sdoQuery
- Constructs a new sdoLayer object.
- sdoQuery(sdoLayer, Connection, String).
Constructor for class sdoOracle.sdoQuery
- Constructs a new sdoLayer object with the input parameters.
- sdoTextArea().
Constructor for class sdoOracle.sdoTextArea
-
- sdoTextArea(int, int).
Constructor for class sdoOracle.sdoTextArea
-
- sdoTextArea(String).
Constructor for class sdoOracle.sdoTextArea
-
- sdoTextArea(String, int, int).
Constructor for class sdoOracle.sdoTextArea
-
- sdoTextArea(String, int, int, int).
Constructor for class sdoOracle.sdoTextArea
-
- sdoTune().
Constructor for class sdoOracle.sdoTune
- Constructs a new sdoTune object.
- sdoTune(sdoLayer, Connection, String).
Constructor for class sdoOracle.sdoTune
- Constructs a new sdoTune object with the input parameters,
and reads the information from tables '_sdolayer' and '_sdodim'.
- sdoUpdate().
Constructor for class sdoOracle.sdoUpdate
- Constructs a new sdoUpdate object.
- sdoUpdate(sdoLayer, Connection, String).
Constructor for class sdoOracle.sdoUpdate
- Constructs a new sdoUpdate object with the input parameters.
- sdoWorkspace().
Constructor for class sdoOracle.sdoWorkspace
- Constructs a new sdoWorkspace object.
- sdoWorkspace(Connection, String).
Constructor for class sdoOracle.sdoWorkspace
- Constructs a new sdoWorkspace object associating the inpu
parameters.
- SelectedGIDs(String, long, String, int).
Method in class sdoOracle.sdoLayer
- returns the number of selected GIDs in the query
- SelectedGIDs(String, long, String, int).
Method in class sdoOracle.sdoTune
- returns the number of selected GIDs in the query
- SetGeometry(sdoGeometryList).
Method in class sdoOracle.sdoLayer
- Associates the list of geometries in memory.
- SetId(long).
Method in class sdoOracle.sdoGeometry
- Defines the geometry identifier.
- SetLevel(int).
Method in class sdoOracle.sdoInfo
- Defines the the level of decomposition to index the geometries.
- setLogo(Image, Image).
Method in class sdoOracle.sdoCanvas
- Associates a image logo.
- SetLowerBound(double).
Method in class sdoOracle.sdoDimension
- Defines the dimension lower boundary.
- SetNumber(int).
Method in class sdoOracle.sdoDimension
- Defines the dimension number.
- SetNumTiles(int).
Method in class sdoOracle.sdoInfo
- Defines the the number of tiles to index the geometries.
- SetOordinates(int).
Method in class sdoOracle.sdoInfo
- Defines the number of oordinates per row.
- setOutputStream(OutputStream).
Method in class sdoOracle.sdoErrorWindow
-
- setOutputStream(OutputStream, OutputStream).
Method in class sdoOracle.sdoTextArea
-
- setParent(Component).
Method in class sdoOracle.sdoCanvas
- Associates a parent component.
- setParent(sdoLayer).
Method in class sdoOracle.sdoUpdate
- Associates the parent SDO layer.
- setPixMap(Image).
Method in class sdoOracle.sdoCanvas
- Redraws the screen contents of all objects.
- setPolylineColor(Color).
Method in class sdoOracle.sdoCanvas
- Sets the polyline color.
- setSDOdata(sdoGeometryList).
Method in class sdoOracle.sdoDraw
- Associates SDO data in memory to read from.
- setSDOdata(sdoGeometryList).
Method in class sdoOracle.sdoQuery
- Associates SDO data in memory to read from.
- setSDOdata(sdoGeometryList).
Method in class sdoOracle.sdoTune
- Associates SDO data in memory to read from.
- setSDOdim(ObjectList).
Method in class sdoOracle.sdoUpdate
- Associates SDO dimension information.
- setSDOgids(sdoGIDList).
Method in class sdoOracle.sdoQuery
- Associates SDO GID list in memory to read from.
- setSDOgids(sdoGIDList).
Method in class sdoOracle.sdoTune
- Associates SDO GID list in memory to read from.
- setSDOinfo(sdoInfo).
Method in class sdoOracle.sdoDraw
- Associates SDO layer information.
- setSDOinfo(sdoInfo).
Method in class sdoOracle.sdoQuery
- Associates SDO layer information.
- setSDOinfo(sdoInfo).
Method in class sdoOracle.sdoTune
- Associates SDO layer information.
- setSDOinfo(sdoInfo).
Method in class sdoOracle.sdoUpdate
- Associates SDO layer information.
- setSDOschema(boolean).
Method in class sdoOracle.sdoDraw
- Associates SDO layer schema.
- setSDOschema(boolean).
Method in class sdoOracle.sdoQuery
- Associates SDO layer schema.
- setSDOschema(boolean).
Method in class sdoOracle.sdoTune
- Associates SDO layer schema.
- setSDOschema(boolean).
Method in class sdoOracle.sdoUpdate
- Associates SDO layer schema.
- SetSequence(short).
Method in class sdoOracle.sdoGeometry
- Defines the geometry sequence if this element is part of
a collection of geometries.
- setShowInfo(boolean).
Method in class sdoOracle.sdoLayer
- Whether or not to show selectivity information.
- setShowInfo(boolean).
Method in class sdoOracle.sdoQuery
- Whether or not to show selectivity information.
- setTextArea(sdoTextArea, sdoErrorWindow).
Method in class sdoOracle.sdoCanvas
- Associates a text area to write information.
- setTextArea(sdoTextArea, sdoErrorWindow).
Method in class sdoOracle.sdoDraw
- Associates a text area to write information.
- setTextArea(sdoTextArea, sdoErrorWindow).
Method in class sdoOracle.sdoLayer
- Associates a text area to write information.
- setTextArea(sdoTextArea, sdoErrorWindow).
Method in class sdoOracle.sdoQuery
- Associates a text area to write information.
- setTextArea(sdoTextArea, sdoErrorWindow).
Method in class sdoOracle.sdoTune
- Associates a text area to write information.
- setTextArea(sdoTextArea, sdoErrorWindow).
Method in class sdoOracle.sdoUpdate
- Associates a text area to write information.
- SetTolerance(double).
Method in class sdoOracle.sdoDimension
- Defines the dimension tolerance.
- setTransf(double, double, double, double, boolean).
Method in class sdoOracle.sdoCanvas
- Defines the trasnformation between world coordinates and
device coordinates.
- SetUpperBound(double).
Method in class sdoOracle.sdoDimension
- Defines the dimension upper boundary.
- SetX(double).
Method in class sdoOracle.WPoint
- Defines the x coordinate for the WPoint object.
- SetY(double).
Method in class sdoOracle.WPoint
- Defines the y coordinate for the WPoint object.
- Size().
Method in class sdoOracle.BoxList
- Returns the actual number of Box objects.
- size().
Method in class sdoOracle.ObjectList
- Returns the actual number of objects.
- Size().
Method in class sdoOracle.RingList
- Returns the actual number of Ring objects.
- Size().
Method in class sdoOracle.sdoGeometryList
- Returns the actual number of geometries.
- Size().
Method in class sdoOracle.sdoGID
- Returns the actual number of geometries of this collection.
- Size().
Method in class sdoOracle.sdoGIDList
- Returns the actual number of sdoGID (collection) objects.
- Size().
Method in class sdoOracle.sdoLine
- Returns the number of points.
- Size().
Method in class sdoOracle.sdoWorkspace
- Returns the actual number of layers.
- Size().
Method in class sdoOracle.WPointList
- Returns the actual number of points.
- start().
Method in class sdoOracle.ObjectList
- Makes first object as the current item.
- Union(Box).
Method in class sdoOracle.Box
- Performs the union with input Box and extends this
Box dimensions if necessary.
- update(Graphics).
Method in class sdoOracle.sdoCanvas
- Updates the screen contents.
- UpperRight().
Method in class sdoOracle.Box
- Returns the upper right coordinate as a WPoint object.
- UpperRightX().
Method in class sdoOracle.Box
- Returns the x upper right coordinate.
- UpperRightX().
Method in class sdoOracle.sdoLine
- Returns the x upper right coordinate of the mbr that encloses
the points.
- UpperRightX(double).
Method in class sdoOracle.Box
- Defines the x upper right coordinate.
- UpperRightY().
Method in class sdoOracle.Box
- Returns the y upper right coordinate.
- UpperRightY().
Method in class sdoOracle.sdoLine
- Returns the y upper left coordinate of the mbr that encloses
the points.
- UpperRightY(double).
Method in class sdoOracle.Box
- Defines the y upper right coordinate.
- UserName().
Method in class sdoOracle.sdoWorkspace
- Returns the sdoWorkspace user name.
- VerifyLayer().
Method in class sdoOracle.sdoLayer
- Verifies if layer status is Ok.
- Width().
Method in class sdoOracle.Box
- Returns the box width.
- Width().
Method in class sdoOracle.sdoCanvas
- Returns the world coordinates width.
- world2device(WPoint).
Method in class sdoOracle.sdoCanvas
- Transforms a world coordinate into a device coordinate.
- WPoint().
Constructor for class sdoOracle.WPoint
- Constructs a new WPoint object.
- WPoint(double, double).
Constructor for class sdoOracle.WPoint
- Constructs a new WPoint object passing x and y coordinates.