Codota Logo
TiledRaster.setSubRaster
Code IndexAdd Codota to your IDE (free)

How to use
setSubRaster
method
in
org.deegree.coverage.raster.TiledRaster

Best Java code snippets using org.deegree.coverage.raster.TiledRaster.setSubRaster (Showing top 1 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
StringBuilder s =
  • Codota Iconnew StringBuilder()
  • Codota Iconnew StringBuilder(32)
  • Codota IconString str;new StringBuilder(str)
  • Smart code suggestions by Codota
}
origin: deegree/deegree3

@Override
public void setSubRaster( double x, double y, AbstractRaster source ) {
  RasterGeoReference srcREnv = source.getRasterReference();
  RasterGeoReference dstREnv = new RasterGeoReference( srcREnv.getOriginLocation(), srcREnv.getResolutionX(),
                             srcREnv.getResolutionY(), x, y );
  Envelope dstEnv = dstREnv.getEnvelope( source.getColumns(), source.getRows(), source.getCoordinateSystem() );
  RasterData srcData = source.getAsSimpleRaster().getRasterData();
  SimpleRaster movedRaster = new SimpleRaster( srcData, dstEnv, dstREnv, metadata );
  setSubRaster( dstEnv, movedRaster );
}
org.deegree.coverage.rasterTiledRastersetSubRaster

Popular methods of TiledRaster

  • getTileContainer
    Returns the wrapper for all tiles.
  • <init>
    Creates a new TiledRaster with tiles from the given TileContainer
  • getEnvelope
  • setCoordinateSystem
  • getRasterDataInfo
  • getRasterReference
  • getSubRaster
    Get a subraster which has it's origin location at the given location.
  • setMetadata

Popular in Java

  • Parsing JSON documents to java classes using gson
  • onCreateOptionsMenu (Activity)
  • getSupportFragmentManager (FragmentActivity)
    Return the FragmentManager for interacting with fragments associated with this activity.
  • getContentResolver (Context)
  • BitSet (java.util)
    This class implements a vector of bits that grows as needed. Each component of the bit set has a boo
  • Executor (java.util.concurrent)
    An object that executes submitted Runnable tasks. This interface provides a way of decoupling task s
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • Options (org.apache.commons.cli)
    Main entry-point into the library. Options represents a collection of Option objects, which describ
  • Option (scala)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now