Tabnine Logo
GetFeatureInfo.cleanUpLayers
Code IndexAdd Tabnine to your IDE (free)

How to use
cleanUpLayers
method
in
org.deegree.protocol.wms.ops.GetFeatureInfo

Best Java code snippets using org.deegree.protocol.wms.ops.GetFeatureInfo.cleanUpLayers (Showing top 2 results out of 315)

origin: deegree/deegree3

public GetFeatureInfo( List<LayerRef> layers, List<StyleRef> styles, List<String> queryLayers, int width,
            int height, int x, int y, Envelope envelope, ICRS crs, int featureCount, String infoFormat,
            HashMap<String, String> parameterMap, Map<String, List<?>> dimensions ) throws OWSException {
  this.layers.addAll( layers );
  this.styles.addAll( styles );
  cleanUpLayers( queryLayers );
  this.width = width;
  this.height = height;
  this.x = x;
  this.y = y;
  this.bbox = envelope;
  this.crs = crs;
  this.featureCount = featureCount;
  this.infoFormat = infoFormat;
  this.dimensions.putAll( dimensions );
  this.parameterMap.putAll( parameterMap );
  this.scale = RenderHelper.calcScaleWMS130( width, height, bbox, crs, DEFAULT_PIXEL_SIZE );
}
origin: deegree/deegree3

cleanUpLayers( qlayers );
org.deegree.protocol.wms.opsGetFeatureInfocleanUpLayers

Popular methods of GetFeatureInfo

  • <init>
  • getCoordinateSystem
  • getEnvelope
  • getFeatureCount
  • getHeight
  • getQueryLayers
  • getWidth
  • getX
  • getY
  • getDimensions
  • getFilters
  • getInfoFormat
  • getFilters,
  • getInfoFormat,
  • getParameterMap,
  • getStyles,
  • handleCommon,
  • handleSLD,
  • parse111,
  • parse130,
  • returnGeometries

Popular in Java

  • Start an intent from android
  • setRequestProperty (URLConnection)
  • runOnUiThread (Activity)
  • onCreateOptionsMenu (Activity)
  • IOException (java.io)
    Signals a general, I/O-related error. Error details may be specified when calling the constructor, a
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JComboBox (javax.swing)
  • JTable (javax.swing)
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • Top Vim plugins
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