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.ObjectDeprecated.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[]accuracyDeprecated.double[]cellCoordinatesDeprecated.intcellDimensionDeprecated.java.lang.StringdescriptionDeprecated.double[]modelCoordinatesDeprecated.intmodelDimensionDeprecated.java.lang.StringpointIDDeprecated.intpointTypeDeprecated.intstatusDeprecated.
-
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.
-
-