java.lang.Object
de.grogra.pf.io.FilterBase
de.grogra.pointcloud.importer.PointCloudFilterBase
de.grogra.pointcloud.importer.xyz.AsArrayImporter
- All Implemented Interfaces:
Filter
,FilterSource
,ObjectSource
,RegistryContext
,Map
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface de.grogra.pf.io.FilterSource
FilterSource.MetaDataKey<V>
-
Field Summary
Fields inherited from class de.grogra.pointcloud.importer.PointCloudFilterBase
addPoints, allPoints, leaves, pcRoot
Fields inherited from class de.grogra.pf.io.FilterBase
item, source
Fields inherited from interface de.grogra.pf.io.FilterSource
AUTO_PROGRESS, DESTINATION_FILE, DESTINATION_URL
Fields inherited from interface de.grogra.util.Map
DEFAULT_VALUE, EMPTY_MAP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Provide a mapping between the required keys from the leaf elements and the filter.Returns the data as an object of a class which is compatible which the flavor.getPoint
(long id) Node[]
static Cloud
importAsNode
(FileSystem fs, Object in) Static import of a Virtual file in as a Cloudstatic Cloud
importAsNode
(File in) Static creation of a Cloud from a SourceFileMethods inherited from class de.grogra.pointcloud.importer.PointCloudFilterBase
getLeafFor
Methods inherited from class de.grogra.pf.io.FilterBase
get, getFilter, getFlavor, getImpl, getMetaData, getRegistry, getSource, getSystemId, initProgressMonitor, setFlavor, setMetaData, setMetaData, setProgress, setSystemId, toString, toURL
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface de.grogra.pf.io.FilterSource
getFilter, getFlavor, getMetaData, getSystemId, initProgressMonitor, setMetaData, setProgress
Methods inherited from interface de.grogra.pf.registry.RegistryContext
getRegistry
-
Constructor Details
-
AsArrayImporter
-
-
Method Details
-
importAsNode
Static creation of a Cloud from a SourceFile- Throws:
IOException
-
importAsNode
Static import of a Virtual file in as a Cloud- Throws:
IOException
-
getObject
Description copied from interface:ObjectSource
Returns the data as an object of a class which is compatible which the flavor.- Specified by:
getObject
in interfaceObjectSource
- Returns:
- the data
- Throws:
IOException
-
endExport
public void endExport()- Specified by:
endExport
in classPointCloudFilterBase
-
getPoint
- Specified by:
getPoint
in classPointCloudFilterBase
-
getPoints
- Specified by:
getPoints
in classPointCloudFilterBase
-
getKey
Description copied from class:PointCloudFilterBase
Provide a mapping between the required keys from the leaf elements and the filter.- Specified by:
getKey
in classPointCloudFilterBase
- Parameters:
o
- the required key from a leaf- Returns:
-