public class VgLayer extends VgSpatial
Modifier and Type | Method and Description |
---|---|
void |
delete() |
float |
getLoadFactor()
Gets the load factor of the layer.
|
float |
getLODFactor()
Gets the LOD factor of the layer.
|
java.lang.String |
getName()
Get the layer's name.
|
VgSRSConstRefPtr |
getSRS() |
boolean |
isVisible()
Gets the visibility of the layer.
|
void |
setHostedVisible(boolean pVisible)
Sets the visibility of hosted (i.e. user or database created) visuals.
|
void |
setLoadFactor(float pLoadFactor)
Sets the load factor of the layer.
|
void |
setLODFactor(float pLODFactor)
Sets the LOD factor of the layer.
|
void |
setVisible(boolean pVisible)
Sets the overall visibility of the layer.
|
editAnimation, getAnimation, getAnimationNames, getOrientation, getPosition, getScale, getZIndex, isDrawnOnTop, setAnimation, setAnimation, setDrawOnTop, setLocalAnimation, setOrientation, setPosition, setPosition, setScale, setZIndex
getNbReferences, ref, unref
public java.lang.String getName()
public void setHostedVisible(boolean pVisible)
pVisible
- If true, the visuals are visible, invisible if false.public boolean isVisible()
public void setVisible(boolean pVisible)
pVisible
- If true the layer will be visible, invisible if false.public void setLODFactor(float pLODFactor)
pLODFactor
- The LOD factor to assign to the layer.public void setLoadFactor(float pLoadFactor)
pLoadFactor
- The load factor to assign to the layer.public float getLODFactor()
public float getLoadFactor()
public VgSRSConstRefPtr getSRS()