Uses of Class
org.n52.shetland.ogc.gml.AbstractFeature
-
-
Uses of AbstractFeature in org.n52.shetland.aqd
Subclasses of AbstractFeature in org.n52.shetland.aqd Modifier and Type Class Description classAbstractEReportingHeaderAbstract class for AQD e-Reporting header.classAqdNetworkClass represents an AQD_NetworkclassAqdSamplingPointClass represents an AQD_SamplingPointclassAqdStationClass represents an AQD_StationclassEReportingHeaderMethods in org.n52.shetland.aqd that return types with arguments of type AbstractFeature Modifier and Type Method Description List<Referenceable<AbstractFeature>>EReportingHeader. getContent()List<Referenceable<AbstractFeature>>EReportingHeader. getDelete()Methods in org.n52.shetland.aqd with parameters of type AbstractFeature Modifier and Type Method Description abstract AbstractEReportingHeaderAbstractEReportingHeader. addContent(AbstractFeature content)EReportingHeaderEReportingHeader. addContent(AbstractFeature content)EReportingHeaderEReportingHeader. addDelete(AbstractFeature delete)Method parameters in org.n52.shetland.aqd with type arguments of type AbstractFeature Modifier and Type Method Description EReportingHeaderEReportingHeader. addContent(Referenceable<AbstractFeature> content)EReportingHeaderEReportingHeader. addDelete(Referenceable<AbstractFeature> delete) -
Uses of AbstractFeature in org.n52.shetland.inspire.ef
Subclasses of AbstractFeature in org.n52.shetland.inspire.ef Modifier and Type Class Description classAbstractMonitoringFeatureclassAbstractMonitoringObjectclassEfAbstractMonitoringFeatureClass represents an AbstractMonitoringFeatureclassEfAbstractMonitoringObjectClass represents an AbstractMonitoringObjectclassEfEnvironmentalMonitoringFacilityClass represents an EnvironmentalMonitoringFacilityclassEfEnvironmentalMonitoringNetworkClass represents an EnvironmentalMonitoringNetworkclassEnvironmentalMonitoringActivityclassEnvironmentalMonitoringFacilityclassEnvironmentalMonitoringNetworkclassEnvironmentalMonitoringProgrammeclassOperationalActivityPeriodMethods in org.n52.shetland.inspire.ef that return AbstractFeature Modifier and Type Method Description AbstractFeatureObservingCapability. getFeatureOfInterest()AbstractFeatureObservingCapability. getProcedure()Methods in org.n52.shetland.inspire.ef with parameters of type AbstractFeature Modifier and Type Method Description voidObservingCapability. setFeatureOfInterest(AbstractFeature featureOfInterest)voidObservingCapability. setProcedure(AbstractFeature procedure)Constructors in org.n52.shetland.inspire.ef with parameters of type AbstractFeature Constructor Description ObservingCapability(Time observingTime, ReferenceType processType, ReferenceType resultNature, AbstractFeature procedure, ReferenceType observedProperty) -
Uses of AbstractFeature in org.n52.shetland.inspire.ompr
Subclasses of AbstractFeature in org.n52.shetland.inspire.ompr Modifier and Type Class Description classProcess -
Uses of AbstractFeature in org.n52.shetland.inspire.omso
Subclasses of AbstractFeature in org.n52.shetland.inspire.omso Modifier and Type Class Description classAbstractInspireObservationAbstract class for INSPIRE OM Specialised ObservationsclassMultiPointObservationclassPointObservationclassPointTimeSeriesObservationclassProfileObservationclassTrajectoryObservation -
Uses of AbstractFeature in org.n52.shetland.ogc.gml
Subclasses of AbstractFeature in org.n52.shetland.ogc.gml Modifier and Type Class Description classGmlAbstractGeometryA class that represents a gml:AbstractGeometry (PointType, ...).Methods in org.n52.shetland.ogc.gml that return AbstractFeature Modifier and Type Method Description AbstractFeatureAbstractFeature. setDefaultElementEncoding(String defaultEncoding)AbstractFeatureAbstractFeature. setXml(String xml)Methods in org.n52.shetland.ogc.gml with parameters of type AbstractFeature Modifier and Type Method Description voidAbstractFeature. copyTo(AbstractFeature copyOf) -
Uses of AbstractFeature in org.n52.shetland.ogc.om
Classes in org.n52.shetland.ogc.om with type parameters of type AbstractFeature Modifier and Type Interface Description interfaceObservationParameterHelper<T extends AbstractFeature>Subclasses of AbstractFeature in org.n52.shetland.ogc.om Modifier and Type Class Description classAbstractPhenomenonAbstract class for phenomenaclassOmCompositePhenomenonclassOmObservablePropertyclass represents a phenomenon of an observationclassOmObservationClass represents a SOS/O&M observationclassOmObservationConstellationMethods in org.n52.shetland.ogc.om that return AbstractFeature Modifier and Type Method Description AbstractFeatureOmObservationConstellation. getFeatureOfInterest()Get featureOfInterestAbstractFeatureOmObservationConstellation. getProcedure()Get the procedureMethods in org.n52.shetland.ogc.om that return types with arguments of type AbstractFeature Modifier and Type Method Description Nillable<AbstractFeature>OmObservationConstellation. getNillableFeatureOfInterest()Get featureOfInterestNillable<AbstractFeature>OmObservationConstellation. getNillableProcedure()Get the procedureMethods in org.n52.shetland.ogc.om with parameters of type AbstractFeature Modifier and Type Method Description OmObservationConstellationOmObservationConstellation. setFeatureOfInterest(AbstractFeature featureOfInterest)Set featureOfInterestOmObservationConstellationOmObservationConstellation. setProcedure(AbstractFeature procedure)Set the procedureMethod parameters in org.n52.shetland.ogc.om with type arguments of type AbstractFeature Modifier and Type Method Description OmObservationConstellationOmObservationConstellation. setFeatureOfInterest(Nillable<AbstractFeature> featureOfInterest)Set featureOfInterestOmObservationConstellationOmObservationConstellation. setProcedure(Nillable<AbstractFeature> procedure)Set the procedureConstructors in org.n52.shetland.ogc.om with parameters of type AbstractFeature Constructor Description OmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, Set<String> offerings, AbstractFeature featureOfInterest, String observationType)constructorOmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, AbstractFeature featureOfInterest)constructorOmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, AbstractFeature featureOfInterest, String observationType)constructorOmObservationConstellation(AbstractFeature procedure, AbstractPhenomenon observableProperty, AbstractFeature featureOfInterest, Collection<String> offerings)constructor -
Uses of AbstractFeature in org.n52.shetland.ogc.om.features
Subclasses of AbstractFeature in org.n52.shetland.ogc.om.features Modifier and Type Class Description classFeatureCollectionclass represents a GMl feature collectionMethods in org.n52.shetland.ogc.om.features that return AbstractFeature Modifier and Type Method Description AbstractFeatureFeatureCollection. removeMember(String featureIdentifier)Methods in org.n52.shetland.ogc.om.features that return types with arguments of type AbstractFeature Modifier and Type Method Description Map<String,AbstractFeature>FeatureCollection. getMembers()Get featuresIterator<AbstractFeature>FeatureCollection. iterator()Methods in org.n52.shetland.ogc.om.features with parameters of type AbstractFeature Modifier and Type Method Description FeatureCollectionFeatureCollection. addMember(AbstractFeature member)Method parameters in org.n52.shetland.ogc.om.features with type arguments of type AbstractFeature Modifier and Type Method Description voidFeatureCollection. setMembers(Map<String,AbstractFeature> members)Set featuresConstructor parameters in org.n52.shetland.ogc.om.features with type arguments of type AbstractFeature Constructor Description FeatureCollection(Map<String,AbstractFeature> members)constructor -
Uses of AbstractFeature in org.n52.shetland.ogc.om.features.samplingFeatures
Subclasses of AbstractFeature in org.n52.shetland.ogc.om.features.samplingFeatures Modifier and Type Class Description classAbstractSamplingFeatureclassSamplingFeatureAbstract super class for all sampling featuresclassSfSpecimenMethods in org.n52.shetland.ogc.om.features.samplingFeatures that return types with arguments of type AbstractFeature Modifier and Type Method Description List<AbstractFeature>AbstractSamplingFeature. getSampledFeatures()Get sampled feauresMethod parameters in org.n52.shetland.ogc.om.features.samplingFeatures with type arguments of type AbstractFeature Modifier and Type Method Description AbstractSamplingFeatureAbstractSamplingFeature. setSampledFeatures(List<AbstractFeature> sampledFeatures)Set sampled features -
Uses of AbstractFeature in org.n52.shetland.ogc.om.series
Subclasses of AbstractFeature in org.n52.shetland.ogc.om.series Modifier and Type Class Description classAbstractMonitoringFeatureclassAbstractObservationProcess -
Uses of AbstractFeature in org.n52.shetland.ogc.om.series.tsml
Subclasses of AbstractFeature in org.n52.shetland.ogc.om.series.tsml Modifier and Type Class Description classObservationProcessclassTsmlMonitoringFeature -
Uses of AbstractFeature in org.n52.shetland.ogc.om.series.wml
Subclasses of AbstractFeature in org.n52.shetland.ogc.om.series.wml Modifier and Type Class Description classObservationProcessclassWmlMonitoringPoint -
Uses of AbstractFeature in org.n52.shetland.ogc.om.values
Subclasses of AbstractFeature in org.n52.shetland.ogc.om.values Modifier and Type Class Description classProfileValueRepresents the GroundWaterML 2.0 GW_GeologyLogCoverageclassTrajectoryValue -
Uses of AbstractFeature in org.n52.shetland.ogc.sensorML
Subclasses of AbstractFeature in org.n52.shetland.ogc.sensorML Modifier and Type Class Description classAbstractComponentclassAbstractProcessclassAbstractSensorMLclassComponentclassProcessChainclassProcessModelclassSensorMLSOS internal representation of a sensor descriptionclassSystem -
Uses of AbstractFeature in org.n52.shetland.ogc.sensorML.v20
Subclasses of AbstractFeature in org.n52.shetland.ogc.sensorML.v20 Modifier and Type Class Description classAbstractPhysicalProcessClass that represents SensorML 2.0 PhysicalProcess.classAbstractProcessV20Class that represents SensorML 2.0 AbstractProcessclassAggregateProcessClass that represents SensorML 2.0 AggregateProcessclassDescribedObjectIn the OGC SensorML 2.0 specification the AbstractProcess is a subclass of the DescribedObject but to avoid duplicate definition of classes, the super-/subclass is inverted in the API.classPhysicalComponentClass that represents SensorML 2.0 PhysicalComponentclassPhysicalSystemClass that represents SensorML 2.0 PhysicalSystemclassSimpleProcessClass that represents SensorML 2.0 SimpleProcessMethods in org.n52.shetland.ogc.sensorML.v20 that return AbstractFeature Modifier and Type Method Description AbstractFeatureSmlFeatureOfInterest. getAbstractFeatureFor(String identifier)Methods in org.n52.shetland.ogc.sensorML.v20 that return types with arguments of type AbstractFeature Modifier and Type Method Description Map<String,AbstractFeature>SmlFeatureOfInterest. getFeaturesOfInterestMap()Methods in org.n52.shetland.ogc.sensorML.v20 with parameters of type AbstractFeature Modifier and Type Method Description SmlFeatureOfInterestSmlFeatureOfInterest. addFeatureOfInterest(AbstractFeature feature)Method parameters in org.n52.shetland.ogc.sensorML.v20 with type arguments of type AbstractFeature Modifier and Type Method Description SmlFeatureOfInterestSmlFeatureOfInterest. addFeaturesOfInterest(Map<String,AbstractFeature> featuresOfInterestMap) -
Uses of AbstractFeature in org.n52.shetland.ogc.sos
Classes in org.n52.shetland.ogc.sos with type parameters of type AbstractFeature Modifier and Type Class Description classSosProcedureDescription<T extends AbstractFeature>Subclasses of AbstractFeature in org.n52.shetland.ogc.sos Modifier and Type Class Description classSosObservationOfferingClass which represents a ObservationOffering.classSosOfferingclass represents an offering in the SOS databaseclassSosProcedureDescription<T extends AbstractFeature>classSosProcedureDescriptionUnknownTypeMethods in org.n52.shetland.ogc.sos that return AbstractFeature Modifier and Type Method Description AbstractFeatureSosProcedureDescriptionUnknownType. setXml(String xml)Methods in org.n52.shetland.ogc.sos that return types with arguments of type AbstractFeature Modifier and Type Method Description Map<String,AbstractFeature>SosProcedureDescription. getFeaturesOfInterestMap()Methods in org.n52.shetland.ogc.sos with parameters of type AbstractFeature Modifier and Type Method Description SosProcedureDescription<T>SosProcedureDescription. addFeatureOfInterest(AbstractFeature featureOfInterest)Method parameters in org.n52.shetland.ogc.sos with type arguments of type AbstractFeature Modifier and Type Method Description SosProcedureDescription<T>SosProcedureDescription. addFeaturesOfInterestMap(Map<String,AbstractFeature> featureOfInterest)SosProcedureDescription<T>SosProcedureDescription. setFeaturesOfInterestMap(Map<String,AbstractFeature> featuresOfInterestMap) -
Uses of AbstractFeature in org.n52.shetland.ogc.sos.ifoi
Methods in org.n52.shetland.ogc.sos.ifoi that return types with arguments of type AbstractFeature Modifier and Type Method Description List<AbstractFeature>InsertFeatureOfInterestRequest. getFeatureMembers()Methods in org.n52.shetland.ogc.sos.ifoi with parameters of type AbstractFeature Modifier and Type Method Description InsertFeatureOfInterestRequestInsertFeatureOfInterestRequest. addFeatureMember(AbstractFeature abstractFeature)Method parameters in org.n52.shetland.ogc.sos.ifoi with type arguments of type AbstractFeature Modifier and Type Method Description InsertFeatureOfInterestRequestInsertFeatureOfInterestRequest. setFeatureMembers(List<AbstractFeature> abstractFeatures) -
Uses of AbstractFeature in org.n52.shetland.ogc.sos.request
Methods in org.n52.shetland.ogc.sos.request that return types with arguments of type AbstractFeature Modifier and Type Method Description Collection<AbstractFeature>SosRegisterSensorRequest. getFeaturesOfInterest()Get featuresOfInterstMethod parameters in org.n52.shetland.ogc.sos.request with type arguments of type AbstractFeature Modifier and Type Method Description voidSosRegisterSensorRequest. setFeaturesOfInterest(Collection<AbstractFeature> featuresOfInterest)Set featuresOfInterst -
Uses of AbstractFeature in org.n52.shetland.ogc.sos.response
Methods in org.n52.shetland.ogc.sos.response that return AbstractFeature Modifier and Type Method Description AbstractFeatureGetFeatureOfInterestResponse. getAbstractFeature()Methods in org.n52.shetland.ogc.sos.response with parameters of type AbstractFeature Modifier and Type Method Description voidGetFeatureOfInterestResponse. setAbstractFeature(AbstractFeature abstractFeature)Constructors in org.n52.shetland.ogc.sos.response with parameters of type AbstractFeature Constructor Description GetFeatureOfInterestResponse(String service, String version, String operationName, AbstractFeature abstractFeature)GetFeatureOfInterestResponse(String service, String version, AbstractFeature abstractFeature)GetFeatureOfInterestResponse(AbstractFeature abstractFeature) -
Uses of AbstractFeature in org.n52.shetland.ogc.swe.simpleType
Subclasses of AbstractFeature in org.n52.shetland.ogc.swe.simpleType Modifier and Type Class Description classSweAllowedTimesclassSweAllowedTokensclassSweAllowedValues -
Uses of AbstractFeature in org.n52.shetland.ogc.swes
Subclasses of AbstractFeature in org.n52.shetland.ogc.swes Modifier and Type Class Description classAbstractSWESSOS internal representation of AbstractSWES elementMethods in org.n52.shetland.ogc.swes that return AbstractFeature Modifier and Type Method Description AbstractFeatureSwesFeatureRelationship. getFeature()Methods in org.n52.shetland.ogc.swes with parameters of type AbstractFeature Modifier and Type Method Description voidSwesFeatureRelationship. setFeature(AbstractFeature feature)Constructors in org.n52.shetland.ogc.swes with parameters of type AbstractFeature Constructor Description SwesFeatureRelationship(String role, AbstractFeature feature)
-