|
| vtElevLayer (const DRECT &area, int iColumns, int iRows, bool bFloats, float fScale, const vtProjection &proj) |
|
| vtElevLayer (vtElevationGrid *grid) |
|
bool | GetExtent (DRECT &rect) |
| Get the extents.
|
|
void | DrawLayer (wxDC *pDC, vtScaledView *pView) |
|
bool | TransformCoords (vtProjection &proj) |
| Transform the coordinates into another CRS.
|
|
bool | OnSave (bool progress_callback(int)=NULL) |
|
bool | OnLoad () |
|
void | GetProjection (vtProjection &proj) |
| Get the CRS.
|
|
void | SetProjection (const vtProjection &proj) |
| Set the CRS, which does not reproject.
|
|
bool | SetExtent (const DRECT &rect) |
|
void | GetPropertyText (wxString &str) |
|
wxString | GetFileExtension () |
|
bool | AskForSaveFilename () |
|
bool | GetAreaExtent (DRECT &rect) |
|
int | GetMemoryUsed () const |
|
int | MemoryNeededToLoad () const |
|
void | FreeData () |
|
bool | HasData () |
|
void | OnLeftDown (BuilderView *pView, UIContext &ui) |
|
void | OnLeftUp (BuilderView *pView, UIContext &ui) |
|
void | OnMouseMove (BuilderView *pView, UIContext &ui) |
|
void | DrawLayerBitmap (wxDC *pDC, vtScaledView *pView) |
|
void | DrawLayerOutline (wxDC *pDC, vtScaledView *pView) |
|
bool | AppendDataFrom (vtLayer *pL) |
| Merge the contents of another layer (of the same type)
|
|
void | ReRender () |
|
void | ReImage () |
|
bool | IsGrid () |
|
void | SetPreferGZip (bool val) |
|
void | SetupDefaults () |
|
vtHeightField * | GetHeightField () |
|
void | Offset (const DPoint2 &p) |
| Shift all the coordinates by a horizontal offset.
|
|
float | GetElevation (const DPoint2 &p) |
|
bool | GetHeightExtents (float &fMinHeight, float &fMaxHeight) const |
|
bool | ImportFromFile (const wxString &strFileName, bool progress_callback(int)=NULL) |
|
bool | CreateFromPoints (vtFeatureSet *set, int iXSize, int iYSize, float fDistanceRatio) |
|
void | SetGrid (vtElevationGrid *grid) |
|
vtElevationGrid * | GetGrid () |
|
int | RemoveElevRange (float zmin, float zmax, const DRECT *area=NULL) |
|
int | SetUnknown (float fValue, const DRECT *area=NULL) |
|
void | DetermineMeterSpacing () |
|
bool | WriteGridOfElevTilePyramids (TilingOptions &opts, BuilderView *pView) |
|
bool | ImportFromDB (const char *szFileName, bool progress_callback(int)) |
|
void | SetTin (vtTin2d *pTin) |
|
vtTin2d * | GetTin () |
|
void | MergeSharedVerts (bool bSilent=false) |
|
void | SetupTinTriangleBins (int target_triangles_per_bin) |
|
void | SetupBitmap (wxDC *pDC) |
|
void | RenderBitmap () |
|
bool | NeedsDraw () |
|
| vtLayer (LayerType type) |
|
LayerType | GetType () |
|
bool | SetVisible (bool bVisible) |
|
bool | GetVisible () |
|
void | SetModified (bool bModified) |
|
bool | GetModified () |
|
void | SetSticky (bool bSticky) |
|
bool | GetSticky () |
|
bool | IsNative () |
|
wxString | GetImportedFrom () |
|
void | SetImportedFrom (const wxString &fname) |
|
bool | Save (bool progress_callback(int)=NULL) |
|
bool | SaveAs (const wxString &filename=_T(""), bool progress_callback(int)=NULL) |
|
bool | Load (const wxString &filename=_T("")) |
|
virtual bool | CanBeSaved () |
|
virtual wxString | GetLayerFilename () |
|
virtual void | SetLayerFilename (const wxString &fname) |
|
vtString | GetExportFilename (const wxString &format_filter) |
|
bool | GetAreaExtent (DRECT &rect) |
|
virtual void | OnRightDown (BuilderView *pView, UIContext &ui) |
|
virtual void | OnRightUp (BuilderView *pView, UIContext &ui) |
|
virtual void | OnLeftDoubleClick (BuilderView *pView, UIContext &ui) |
|
virtual void | SetLayerName (const vtString &fname)=0 |
|
virtual vtString | GetLayerName ()=0 |
|
virtual void | SetVisible (bool vis)=0 |
|
virtual bool | GetVisible ()=0 |
|