Tabnine Logo
ShadedRelief.accept
Code IndexAdd Tabnine to your IDE (free)

How to use
accept
method
in
org.geotools.styling.ShadedRelief

Best Java code snippets using org.geotools.styling.ShadedRelief.accept (Showing top 6 results out of 315)

origin: geotools/geotools

  public void visit(ShadedRelief sr) {
    sr.accept(this);
  }
}
origin: org.geotools/gt-render

  public void visit(ShadedRelief sr) {
    sr.accept(this);
    
  }
}
origin: geotools/geotools

@Override
public void visit(RasterSymbolizer raster) {
  if (raster.getChannelSelection() != null) {
    raster.getChannelSelection().accept(this);
  }
  if (raster.getColorMap() != null) {
    raster.getColorMap().accept(this);
  }
  if (raster.getContrastEnhancement() != null) {
    raster.getContrastEnhancement().accept(this);
  }
  if (raster.getDescription() != null) {
    raster.getDescription().accept(this);
  }
  if (raster.getImageOutline() != null) {
    raster.getImageOutline().accept(this);
  }
  if (raster.getShadedRelief() != null) {
    raster.getShadedRelief().accept(this);
  }
}
origin: geotools/geotools

raster.getShadedRelief().accept(this);
origin: org.geotools/gt-main

raster.getShadedRelief().accept(this);
origin: org.geotools/gt-main

raster.getShadedRelief().accept(this);
org.geotools.stylingShadedReliefaccept

Popular methods of ShadedRelief

  • setBrightnessOnly
    turns brightnessOnly on or off depending on value of flag.
  • getReliefFactor
    The ReliefFactor gives the amount of exaggeration to use for the height of the ?hills.? A value of a
  • isBrightnessOnly
    indicates if brightnessOnly is true or false. Default is false.
  • setReliefFactor
    The ReliefFactor gives the amount of exaggeration to use for the height of the ?hills.? A value of a

Popular in Java

  • Making http post requests using okhttp
  • runOnUiThread (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • Container (java.awt)
    A generic Abstract Window Toolkit(AWT) container object is a component that can contain other AWT co
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JTable (javax.swing)
  • Table (org.hibernate.mapping)
    A relational table
  • CodeWhisperer 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