Package oracle.spatial.georaster.sql
Class SdoGeorPKG.SdoGeorGCP
- java.lang.Object
-
- oracle.spatial.georaster.sql.SdoGeorPKG.SdoGeorGCP
-
- Enclosing class:
- SdoGeorPKG
@Deprecated public class SdoGeorPKG.SdoGeorGCP extends java.lang.Object
Deprecated.SdoGeorGCP is a Java class which wraps PL/SQL type SDO_GEOR_GCP defined in the server-side
-
-
Field Summary
Fields Modifier and Type Field Description double[]
accuracy
Deprecated.double[]
cellCoordinates
Deprecated.int
cellDimension
Deprecated.java.lang.String
description
Deprecated.double[]
modelCoordinates
Deprecated.int
modelDimension
Deprecated.java.lang.String
pointID
Deprecated.int
pointType
Deprecated.int
status
Deprecated.
-
Constructor Summary
Constructors Constructor Description SdoGeorGCP()
Deprecated.
-
-
-
Field Detail
-
pointID
public java.lang.String pointID
Deprecated.
-
description
public java.lang.String description
Deprecated.
-
pointType
public int pointType
Deprecated.
-
cellDimension
public int cellDimension
Deprecated.
-
cellCoordinates
public double[] cellCoordinates
Deprecated.
-
modelDimension
public int modelDimension
Deprecated.
-
modelCoordinates
public double[] modelCoordinates
Deprecated.
-
accuracy
public double[] accuracy
Deprecated.
-
status
public int status
Deprecated.
-
-