Uses of Class
org.n52.shetland.ogc.om.features.samplingFeatures.SamplingFeatureComplex
-
Packages that use SamplingFeatureComplex Package Description org.n52.shetland.ogc.om.features.samplingFeatures -
-
Uses of SamplingFeatureComplex in org.n52.shetland.ogc.om.features.samplingFeatures
Methods in org.n52.shetland.ogc.om.features.samplingFeatures that return types with arguments of type SamplingFeatureComplex Modifier and Type Method Description List<SamplingFeatureComplex>AbstractSamplingFeature. getRelatedSamplingFeatures()Get related sampling featuresMethods in org.n52.shetland.ogc.om.features.samplingFeatures with parameters of type SamplingFeatureComplex Modifier and Type Method Description AbstractSamplingFeatureAbstractSamplingFeature. addRelatedSamplingFeature(SamplingFeatureComplex relatedSamplingFeature)Add related sampling featureMethod parameters in org.n52.shetland.ogc.om.features.samplingFeatures with type arguments of type SamplingFeatureComplex Modifier and Type Method Description AbstractSamplingFeatureAbstractSamplingFeature. addAllRelatedSamplingFeatures(Collection<SamplingFeatureComplex> relatedSamplingFeatures)Add related sampling featuresAbstractSamplingFeatureAbstractSamplingFeature. setRelatedSamplingFeatures(Collection<SamplingFeatureComplex> relatedSamplingFeatures)Set related sampling features
-