所有程序包的分层结构
程序包分层结构:- com.supermap.dtf,
- com.supermap.dtf.execute,
- com.supermap.dtf.expression,
- com.supermap.dtf.extension,
- com.supermap.dtf.factory,
- com.supermap.dtf.feature,
- com.supermap.dtf.feature.impls,
- com.supermap.dtf.reader,
- com.supermap.dtf.reader.impls,
- com.supermap.dtf.serializer,
- com.supermap.dtf.spark,
- com.supermap.dtf.transformer,
- com.supermap.dtf.transformer.impls,
- com.supermap.dtf.utils,
- com.supermap.dtf.variables,
- com.supermap.dtf.writer,
- com.supermap.dtf.writer.impls
类分层结构
- java.lang.Object
- com.supermap.dtf.execute.AbstractDataTransProcessExecuteStrategy (implements com.supermap.dtf.execute.IDataTransProcessExecuteStrategy)
- com.supermap.sps.core.workflow.impls.AbstractProcess (implements com.supermap.sps.core.workflow.IProcess)
- com.supermap.dtf.AbstractDataTransProcess (implements com.supermap.dtf.IDataTransProcess)
- com.supermap.dtf.reader.impls.AbstractReader (implements com.supermap.dtf.reader.IReader)
- com.supermap.dtf.transformer.impls.AbstractTransformer (implements com.supermap.dtf.transformer.ITransformer)
- com.supermap.dtf.transformer.impls.OSGBTransformSetting
- com.supermap.dtf.writer.impls.AbstractWriter (implements com.supermap.dtf.writer.IWriter)
- com.supermap.dtf.AbstractDataTransProcess (implements com.supermap.dtf.IDataTransProcess)
- com.supermap.sps.core.AbstractProcessFactory (implements com.supermap.sps.core.workflow.IProcessFactory)
- com.supermap.dtf.factory.ReaderFactory
- com.supermap.dtf.factory.TransformerFactory
- com.supermap.dtf.factory.WriterFactory
- com.supermap.sps.core.serializer.AbstractProcessItemSerializer (implements com.supermap.sps.core.serializer.IProcessItemSerializer)
- com.supermap.sps.core.serializer.xml.XmlProcessItemSerializer
- com.supermap.dtf.serializer.XmlDataTransProcessSerializer
- com.supermap.sps.core.serializer.xml.XmlProcessItemSerializer
- com.supermap.sps.core.workflow.AbstractSimpleEnvironment (implements com.supermap.sps.core.workflow.ISimpleEnvironment)
- com.supermap.dtf.spark.SparkEnvironment
- com.supermap.sps.core.workflow.AbstractVariable<T> (implements com.supermap.sps.core.workflow.IVariable<T>)
- com.supermap.dtf.variables.AbstractFeatureCollectionVariable<T>
- com.supermap.dtf.variables.FeatureCollectionFeatureVariable<T>
- com.supermap.dtf.variables.DatasetFeatureCollectionVariable
- com.supermap.dtf.variables.DatasetGridFeatureCollectionVariable
- com.supermap.dtf.variables.ModelFeatureCollectionVariable
- com.supermap.dtf.variables.DatasetFeatureCollectionVariable
- com.supermap.dtf.variables.FeatureCollectionVariable
- com.supermap.dtf.variables.FeatureCollectionFeatureVariable<T>
- com.supermap.dtf.variables.AbstractFeatureCollectionVariable<T>
- com.supermap.sps.core.workflow.impls.AbstractVariablePatcher<T> (implements com.supermap.sps.core.workflow.IVariablePatcher<T>)
- com.supermap.dtf.variables.AbstractFeatureCollectionPatcher<T>
- com.supermap.dtf.variables.FeatureCollectionFeaturePatcher<T>
- com.supermap.dtf.variables.DatasetFeatureCollectionPatcher
- com.supermap.dtf.variables.DatasetGridFeatureCollectionPatcher
- com.supermap.dtf.variables.ModelFeatureCollectionPatcher
- com.supermap.dtf.variables.DatasetFeatureCollectionPatcher
- com.supermap.dtf.variables.FeatureCollectionPatcher
- com.supermap.dtf.variables.FeatureCollectionFeaturePatcher<T>
- com.supermap.dtf.variables.AbstractFeatureCollectionPatcher<T>
- com.supermap.dtf.feature.impls.AttributeDescription (implements com.supermap.dtf.feature.IAttributeDescription)
- com.supermap.dtf.extension.CacheDatasetPlugin (implements com.supermap.sps.core.executor.extension.IExecutePlugin)
- com.supermap.dtf.extension.CacheUtil
- com.supermap.dtf.utils.ConvertUtils
- com.supermap.dtf.feature.DatasetFeatureCollection (implements com.supermap.dtf.feature.IFeatureCollection, com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.dtf.feature.DatasetGridFeatureCollection
- com.supermap.dtf.utils.DatasourceUtil
- com.supermap.dtf.variables.DataTransformerVariableFactory (implements com.supermap.sps.core.workflow.IVariableFactory)
- com.supermap.dtf.execute.DataTransProcessEventSender (implements com.supermap.data.SteppedListener)
- com.supermap.dtf.utils.DataTransUtil
- com.supermap.dtf.expression.DefaultExpressionOperatorName
- com.supermap.dtf.expression.DefaultMathFunction
- com.supermap.dtf.expression.DefaultStringFunction
- com.supermap.dtf.expression.ExpressionManager
- com.supermap.dtf.expression.ExpressionParameter<T>
- com.supermap.dtf.expression.ExpressStringParameter
- com.supermap.dtf.expression.ExpressionUtil
- com.supermap.dtf.feature.impls.Feature (implements com.supermap.dtf.feature.IFeature)
- com.supermap.dtf.feature.FeatureCacheConfig
- org.locationtech.jts.geom.Geometry (implements java.lang.Cloneable, java.lang.Comparable<T>, java.io.Serializable)
- com.supermap.dtf.feature.I3SGeometry (implements com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.dtf.feature.OSGBGeometry (implements com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.dtf.feature.PointCloudGeometry
- com.supermap.dtf.feature.S3MGeometry (implements com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.dtf.feature.ThreeDTilesGeometry (implements com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.dtf.feature.WarpGeometry (implements com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.dtf.feature.I3SFeatureCollction (implements com.supermap.dtf.feature.IFeatureCollection)
- com.supermap.dtf.feature.ModelFeatureCollection (implements com.supermap.dtf.feature.IFeatureCollection, com.supermap.dtf.transformer.IProjectionTransformation)
- com.ql.util.express.instruction.op.OperatorBase
- com.ql.util.express.Operator
- com.supermap.dtf.expression.DynamicOperatorValue
- com.supermap.dtf.expression.EvalOperatorValue
- com.ql.util.express.Operator
- com.supermap.dtf.feature.OSGBFeatureCollection (implements com.supermap.dtf.feature.IFeatureCollection)
- com.supermap.dtf.utils.ParameterBuilderUtil
- com.supermap.dtf.feature.PointCloudFeatureCollection (implements com.supermap.dtf.feature.IFeatureCollection, com.supermap.dtf.transformer.IProjectionTransformation)
- com.supermap.sps.core.Properties
- com.supermap.dtf.utils.DataTransformerProperties
- com.supermap.dtf.feature.S3MFeatureCollection (implements com.supermap.dtf.feature.IFeatureCollection)
- com.supermap.dtf.feature.impls.Schema (implements com.supermap.dtf.feature.ISchema)
- com.supermap.dtf.feature.impls.SmPrjCoordSys (implements com.supermap.dtf.feature.IPrjCoordSys)
- com.supermap.dtf.writer.impls.Summary
- com.supermap.dtf.feature.ThreeDTilesFeatureCollection (implements com.supermap.dtf.feature.IFeatureCollection)
- com.supermap.dtf.serializer.XmlWorkflowUtil
接口分层结构
- com.supermap.dtf.execute.IDataTransProcessExecuteStrategy
- com.supermap.dtf.feature.IFeature
- com.supermap.dtf.feature.IPrjCoordSys
- com.supermap.sps.core.workflow.IProcess
- com.supermap.dtf.IDataTransProcess
- com.supermap.dtf.reader.IReader
- com.supermap.dtf.transformer.ITransformer
- com.supermap.dtf.writer.IWriter
- com.supermap.dtf.reader.IReader
- com.supermap.dtf.transformer.ITransformer
- com.supermap.dtf.writer.IWriter
- com.supermap.dtf.IDataTransProcess
- com.supermap.dtf.transformer.IProjectionTransformation
- com.supermap.dtf.feature.ISchema
- java.lang.Iterable<T>
- com.supermap.dtf.feature.IFeatureCollection
- java.util.Iterator<E>
- com.supermap.dtf.utils.FeatureIter
- java.io.Serializable
- com.supermap.dtf.feature.IAttributeDescription
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- com.supermap.dtf.extension.CacheManager
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
Copyright © 2021–2025 SuperMap. All rights reserved.