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