Package com.luciad.fusion.platform.model
Class TLfnPreprocessJob
java.lang.Object
com.luciad.fusion.platform.model.ALfnJob
com.luciad.fusion.platform.model.TLfnPreprocessJob
Represents a preprocess job that is available in LuciadFusion Studio.
Preprocess jobs are jobs that preprocess data when a service is created. Certain services cannot serve data directly but need to index or convert it first.
For each TLfnService
that requires preprocessing, LuciadFusion Studio automatically creates a preprocess job.
Once preprocessing is finished, the job will be deleted by LuciadFusion Studio automatically.
For example when serving LIDAR point cloud data as OGC 3D Tiles, the point cloud data must be tiled before it can be served.
- Since:
- 2022.1
-
Method Summary
Modifier and TypeMethodDescriptionTheTLfnProduct
whose data this job is preprocessing.TheTLfnService
for which this job is preprocessing data.toString()
Methods inherited from class com.luciad.fusion.platform.model.ALfnJob
equals, getCreatedBy, getCreationTime, getId, getJobProgress, getJobState, getLastExecutionResult, getLastExecutionTime, getUpdatedBy, hashCode
-
Method Details
-
getService
TheTLfnService
for which this job is preprocessing data.- Returns:
- the
TLfnService
for which this job is preprocessing data.
-
getProduct
TheTLfnProduct
whose data this job is preprocessing. ThisTLfnProduct
is contained within this job's assoicatedTLfnService
.- Returns:
- The
TLfnProduct
whose data this job is preprocessing..
-
toString
-