congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
RasterIOOptions.setNoData
Code IndexAdd Tabnine to your IDE (free)

How to use
setNoData
method
in
org.deegree.coverage.raster.io.RasterIOOptions

Best Java code snippets using org.deegree.coverage.raster.io.RasterIOOptions.setNoData (Showing top 4 results out of 315)

origin: deegree/deegree3

if ( noDataType != DataType.UNDEFINED ) {
  byte[] noDatas = RasterIOOptions.createNoData( new String[] { noDataValue }, noDataType );
  options.setNoData( noDatas );
origin: deegree/deegree3

options.setNoData( noDatas );
AbstractRaster filteredRaster = reader.load( tmpGridFile, options );
if ( !raster.isSimpleRaster() ) {
origin: deegree/deegree3

  setRasterGeoReference( otherOptions.getRasterGeoReference() );
setNoData( otherOptions.getNoDataValue() );
if ( getRasterOriginLocation() == OriginLocation.CENTER ) {
  add( GEO_ORIGIN_LOCATION, otherOptions.getRasterOriginLocation().name() );
origin: deegree/deegree3

byte[] createNoData = RasterIOOptions.createNoData( new String[] { Double.toString( noData ) },
                          DataType.FLOAT );
options.setNoData( createNoData );
org.deegree.coverage.raster.ioRasterIOOptionssetNoData

Javadoc

no data value. The byte[] can be created from an array of Strings by using the RasterIOOptions#createNoData(String[],DataType).

Popular methods of RasterIOOptions

  • <init>
    Set the default loading policy to one configured in the RasterDataContainerFactory
  • add
  • copyOf
    Copies the the values from the given options.
  • forFile
    Return a RasterIOOption object with the format set according to the given file with an optional Rast
  • get
  • getCRS
  • getRasterOriginLocation
  • contains
  • createNoData
    Create a noData array from the given strings. Each string will be interpreted as the given type.
  • getLoadingPolicy
  • getNoDataValue
    Returns the no data value. A no data value should be added to the RasterIOOptions by using RasterIOO
  • getRasterGeoReference
  • getNoDataValue,
  • getRasterGeoReference,
  • hasRasterGeoReference,
  • readWorldFile,
  • setRasterGeoReference

Popular in Java

  • Making http post requests using okhttp
  • getSupportFragmentManager (FragmentActivity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • scheduleAtFixedRate (ScheduledExecutorService)
  • FileInputStream (java.io)
    An input stream that reads bytes from a file. File file = ...finally if (in != null) in.clos
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • ImageIO (javax.imageio)
  • Notification (javax.management)
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now