public class VgSRSRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgSRSRefPtr() |
VgSRSRefPtr(VgSRS pPointer) |
VgSRSRefPtr(VgSRSRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgSRS |
__deref__() |
VgSRS |
__ref__() |
void |
delete() |
VgSRS |
get() |
int |
getNbReferences() |
static VgSRSRefPtr |
getNull() |
boolean |
isGeoReferenced() |
boolean |
isValid() |
void |
ref() |
VgSRSRefPtr |
set(VgSRS pPointer) |
void |
unref() |
public VgSRSRefPtr()
public VgSRSRefPtr(VgSRS pPointer)
public VgSRSRefPtr(VgSRSRefPtr pRefPtr)
public void delete()
public static VgSRSRefPtr getNull()
public VgSRSRefPtr set(VgSRS pPointer)
public VgSRS __ref__()
public VgSRS __deref__()
public VgSRS get()
public boolean isValid()
public boolean isGeoReferenced()
public void ref()
public void unref()
public int getNbReferences()