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

  • Making http post requests using okhttp
  • notifyDataSetChanged (ArrayAdapter)
  • scheduleAtFixedRate (Timer)
  • requestLocationUpdates (LocationManager)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • DecimalFormat (java.text)
    A concrete subclass of NumberFormat that formats decimal numbers. It has a variety of features desig
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • 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