Uses of Class
org.apache.sedona.viz.core.PhotoFilter
Packages that use PhotoFilter
-
Uses of PhotoFilter in org.apache.sedona.viz.core
Fields in org.apache.sedona.viz.core declared as PhotoFilterMethods in org.apache.sedona.viz.core with parameters of type PhotoFilterModifier and TypeMethodDescriptionstatic GlobalParameterGlobalParameter.getGlobalParameter(int resolutionX, int resolutionY, boolean reverseSpatialCoordinate, boolean drawOutlineOnly, int minTreeLevel, int filterRadius, PhotoFilter photoFilter, Double samplingFraction, int maxPixelWeight, ColoringRule coloringRule, Color controlColorChannel, boolean useInverseRatioForControlColorChannel, int colorAlpha, org.locationtech.jts.geom.Envelope datasetBoundary, int maxPartitionTreeLevel, boolean overwriteExistingImages) Gets the global parameter.protected booleanVisualizationOperator.InitPhotoFilterWeightMatrix(PhotoFilter photoFilter) Inits the photo filter weight matrix.booleanGlobalParameter.setPhotoFilter(PhotoFilter photoFilter) Sets the photo filter. -
Uses of PhotoFilter in org.apache.sedona.viz.extension.photoFilter
Subclasses of PhotoFilter in org.apache.sedona.viz.extension.photoFilterModifier and TypeClassDescriptionclassThe Class BoxBlur.classThe Class Emboss.classThe Class GaussianBlur.classThe Class Outline.classThe Class Sharpen.