MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLDirectImportDataSetVector Class Reference
Inheritance diagram for TSLDirectImportDataSetVector:

Detailed Description

This class contains information about a vector dataset within a TSLDirectImportDataLayer.

An instance of this object may be created by calling TSLDirectImportDataLayer::createDataSets

Public Member Functions

TSLDirectImportVectorSettingsvectorSettings ()
 
const TSLDirectImportVectorSettingsvectorSettings () const
 
- Public Member Functions inherited from TSLDirectImportDataSet
TSLDirectImportDataSetclone () const
 
void destroy ()
 
TSLDirectImportDataSet::DataSetType type () const
 Query the type of the data set.
 
const char * name () const
 
void name (const char *dataSetName)
 
const char * product () const
 
void product (const char *prod)
 
const char * dataPath () const
 
const TSLMUExtentextent () const
 
const TSLEnvelopeextentTMC () const
 
const TSLCoordinateSystemcoordinateSystem () const
 
double scale () const
 
double minDisplayScale () const
 
void minDisplayScale (double minScale)
 
double maxDisplayScale () const
 
void maxDisplayScale (double maxScale)
 
TSLDirectImportDriver::DataType dataType () const
 
void reprocess ()
 
TSLDirectImportScaleBandscaleBand () const
 
TSLDirectImportDriverdriver () const
 

Additional Inherited Members

- Public Types inherited from TSLDirectImportDataSet
enum  DataSetType { DataSetTypeVector , DataSetTypeRaster , DataSetTypeMultiLevelRaster }
 The type of the data set. More...
 

Member Function Documentation

◆ vectorSettings() [1/2]

TSLDirectImportVectorSettings * TSLDirectImportDataSetVector::vectorSettings ( )

Access vector-specific settings for this dataset

Returns
Access to this dataset's vector settings, or NULL if this is not a vector dataset

◆ vectorSettings() [2/2]

const TSLDirectImportVectorSettings * TSLDirectImportDataSetVector::vectorSettings ( ) const

Access vector-specific settings for this dataset

Returns
Access to this dataset's vector settings, or NULL if this is not a vector dataset