public int SetCompoundCS(String name, SpatialReference horizcs, SpatialReference vertcs) {
   return osrJNI.SpatialReference_SetCompoundCS(
       swigCPtr,
       this,
       name,
       SpatialReference.getCPtr(horizcs),
       horizcs,
       SpatialReference.getCPtr(vertcs),
       vertcs);
 }
 public int CopyGeogCSFrom(SpatialReference rhs) {
   return osrJNI.SpatialReference_CopyGeogCSFrom(
       swigCPtr, this, SpatialReference.getCPtr(rhs), rhs);
 }
 public int IsSameVertCS(SpatialReference rhs) {
   return osrJNI.SpatialReference_IsSameVertCS(swigCPtr, this, SpatialReference.getCPtr(rhs), rhs);
 }