Package com.luciad.format.oracle.spatial
Class TLcdOracleSpatialModelReferenceFactory
java.lang.Object
com.luciad.format.oracle.spatial.TLcdOracleSpatialModelReferenceFactory
This class can create the model reference corresponding to a given Oracle
Spatial Reference Identifier (SRID).
- Since:
- 8.0
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateModelReference
(int aSRID) Creates a model reference corresponding to the given Oracle Spatial Reference Identifier.
-
Constructor Details
-
TLcdOracleSpatialModelReferenceFactory
public TLcdOracleSpatialModelReferenceFactory()
-
-
Method Details
-
createModelReference
Creates a model reference corresponding to the given Oracle Spatial Reference Identifier.- Parameters:
aSRID
- the Oracle Spatial Reference Identifier.- Returns:
- the corresponding model reference.
-