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 WritableGridCoverage2DRepastCoverageFactory.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 WritableGridCoverage2DRepastCoverageFactory.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 WritableGridCoverage2DRepastCoverageFactory.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 WritableGridCoverage2DRepastCoverageFactory.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 WritableGridCoverage2DRepastCoverageFactory.createWritableCoverageFromFile(File file, boolean forceLonLatAxisOrder) Create a writable coverage using a coverage file.static WritableGridCoverage2DRepastCoverageFactory.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 WritableGridCoverage2DRepastCoverageFactory.createWritableShortIndexedCoverage(String name, int width, int height, org.geotools.geometry.jts.ReferencedEnvelope envelope, org.geotools.coverage.Category[] categories, javax.measure.Unit<?> unit, int defaultValue)