Tabnine Logo
SosContentCache.getEnvelopeForOffering
Code IndexAdd Tabnine to your IDE (free)

How to use
getEnvelopeForOffering
method
in
org.n52.sos.cache.SosContentCache

Best Java code snippets using org.n52.sos.cache.SosContentCache.getEnvelopeForOffering (Showing top 5 results out of 315)

origin: 52North/SOS

/**
 * Get the sosEnvelope for the given offering.
 *
 * @param offering
 *            the offering
 *
 * @return the sosEnvelope (may be <code>null</code>)
 */
private ReferencedEnvelope getEnvelope(final SosOffering offering) {
  return getCache().getEnvelopeForOffering(offering.getIdentifier());
}
origin: 52North/SOS

protected ReferencedEnvelope getObservedArea(String offering) throws OwsExceptionReport {
  if (getCache().hasSpatialFilteringProfileEnvelopeForOffering(offering)) {
    return getCache().getSpatialFilteringProfileEnvelopeForOffering(offering);
  } else {
    return getCache().getEnvelopeForOffering(offering);
  }
}
origin: 52North/SOS

} else if (getCache().hasEnvelopeForOffering(offering.getIdentifier())) {
  sosObservationOffering.setObservedArea(getCache()
      .getEnvelopeForOffering(offering.getIdentifier()));
origin: 52North/SOS

for (String offering : offerings) {
  Collection<String> procedures = getProceduresForOffering(offering, version);
  ReferencedEnvelope envelopeForOffering = cache.getEnvelopeForOffering(offering);
  Set<String> featuresForoffering = getFOI4offering(offering);
  Collection<String> responseFormats = getResponseFormatRepository()
    sosObservationOffering.setObservedArea(cache.getEnvelopeForOffering(offering));
origin: 52North/SOS

Collection<ProcedureEntity> procedures = GetCapabilitiesHandler.this
    .getProceduresForOfferingEntity(offering, session);
ReferencedEnvelope envelopeForOffering = getCache().getEnvelopeForOffering(offering
    .getIdentifier());
Set<String> featuresForoffering = getFOI4offering(offering.getIdentifier());
        .getGeometry())));
  } else if (getCache().hasEnvelopeForOffering(offering.getIdentifier())) {
    sosObservationOffering.setObservedArea(getCache().getEnvelopeForOffering(offering
        .getIdentifier()));
org.n52.sos.cacheSosContentCachegetEnvelopeForOffering

Popular methods of SosContentCache

  • getOfferings
  • getObservableProperties
  • getFeatureOfInterestTypes
  • getObservationTypes
  • getProceduresForOffering
  • hasObservableProperty
  • hasOffering
  • getAllowedObservationTypesForOffering
  • getChildProcedures
    Returns collection containing child procedures for the passed procedures, optionally navigating the
  • getEpsgCodes
  • getOfferingsForProcedure
  • getProcedures
  • getOfferingsForProcedure,
  • getProcedures,
  • getPublishedObservableProperties,
  • getPublishedOfferings,
  • hasResultTemplate,
  • getAllObservationTypesForOffering,
  • getCompositePhenomenonsForOffering,
  • getFeaturesOfInterest,
  • getFeaturesOfInterestForOffering

Popular in Java

  • Parsing JSON documents to java classes using gson
  • scheduleAtFixedRate (Timer)
  • getSupportFragmentManager (FragmentActivity)
  • onRequestPermissionsResult (Fragment)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • Connection (java.sql)
    A connection represents a link from a Java application to a database. All SQL statements and results
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement. A servlet is a small Java program that runs within
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top 25 Plugins for Webstorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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