Main Content
blockedPointCloudDatastore
Description
A blockedPointCloudDatastore
object manages a collection of point
cloud blocks that belong to one or more blockedPointCloud
objects.
Creation
Description
bpcds = blockedPointCloudDatastore(
creates a bpcs
)blockedPointCloudDatastore
object that manages a collection of
point cloud blocks of one or more blockedPointCloud
objects,
bpcs
.
The BlockSize
property of the first element in
bpcs
is the default datastore block size.
bpcds = blockedPointCloudDatastore(
specifies the bpcs
,Name=Value
)BlockSize
, BlockLocationSet
,
ReadSize
and MinPoints
properties of
blockedPointCloudDatastore
object by using one or more name-value
arguments.
Input Arguments
Properties
Object Functions
combine | Combine data from multiple datastores |
hasdata | Returns true if more data is available in
blockedPointCloudDatastore |
numpartitions | Number of datastore partitions |
partition | Partition blockedPointCloudDatastore |
preview | Preview subset of data in datastore |
read | Read data and metadata from
blockedPointCloudDatastore |
readall | Read all data from blockedPointCloudDatastore |
reset | Reset datastore to initial state |
shuffle | Shuffle data in datastore |
subset | Create subset of datastore or FileSet |
transform | Transform datastore |