Uses of Class
repast.simphony.space.gis.WritableGridCoverage2D
Packages that use WritableGridCoverage2D
-
Uses of WritableGridCoverage2D in repast.simphony.space.gis
Fields in repast.simphony.space.gis declared as WritableGridCoverage2DMethods in repast.simphony.space.gis that return WritableGridCoverage2DModifier and TypeMethodDescriptionstatic WritableGridCoverage2D
RepastCoverageFactory.createWritableByteIndexedCoverage
(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, org.geotools.coverage.Category[] categories, javax.measure.Unit<?> unit, int defaultValue) static WritableGridCoverage2D
RepastCoverageFactory.createWritableCoverage
(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, int dataType, javax.measure.Unit<?> unit, Double defaultValue, Double minValue, Double maxValue, Double noDataValue) Create a WritableGridCoverage2D suitable for in-memory read/write.static WritableGridCoverage2D
RepastCoverageFactory.createWritableCoverageDouble
(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, javax.measure.Unit<?> unit, double defaultValue, double minValue, double maxValue, double noDataValue) Create a WritableGridCoverage2D suitable for in-memory read/write with double precision data.static WritableGridCoverage2D
RepastCoverageFactory.createWritableCoverageFloat
(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, javax.measure.Unit<?> unit, double defaultValue, double minValue, double maxValue, double noDataValue) Create a WritableGridCoverage2D suitable for in-memory read/write with float precision data.static WritableGridCoverage2D
RepastCoverageFactory.createWritableCoverageFromFile
(File file, boolean forceLonLatAxisOrder) Create a writable coverage using a coverage file.static WritableGridCoverage2D
RepastCoverageFactory.createWritableIndexedCoverage
(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, org.geotools.coverage.Category[] categories, int dataType, javax.measure.Unit<?> unit, Integer defaultValue) static WritableGridCoverage2D
RepastCoverageFactory.createWritableShortIndexedCoverage
(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, org.geotools.coverage.Category[] categories, javax.measure.Unit<?> unit, int defaultValue)