Uses of Interface
org.opengis.observation.AnyFeature

Packages that use AnyFeature
org.opengis.observation   
org.opengis.observation.sampling   
 

Uses of AnyFeature in org.opengis.observation
 

Methods in org.opengis.observation that return AnyFeature
 AnyFeature Observation.getFeatureOfInterest()
          The featureOfInterest is a feature of any type (ISO 19109, ISO 19101), which is a representation of the observation target, being the real-world object regarding which the observation is made.
 

Uses of AnyFeature in org.opengis.observation.sampling
 

Subinterfaces of AnyFeature in org.opengis.observation.sampling
 interface LocatedSpecimen
          A locatedSpecimen is a specialization of specimen that carries it's location informations.
 interface SamplingCurve
          A "SamplingCurve" is an identified 1-D spatial feature.
 interface SamplingFeature
          A SamplingFeature is distinguished from typical domain feature types in that it has a set of navigable associations with Observations.
 interface SamplingFeatureCollection
          A SamplingFeatureCollection is a concrete class which has the specialized relation member.
 interface SamplingPoint
          A SamplingPoint samples its target at a point(0-manifold);
 interface SamplingSolid
          A "SamplingSolid" is an identified 3-D spatial feature used in sampling.
 interface SamplingSurface
          A "SamplingSurface" is an identified 2-D spatial feature.
 interface SpatiallyExtensiveSamplingFeature
          Generic interface for SamplingCurve, SamplingSurface and SamplingSolid
 interface Specimen
          A located object on which measurements may be made.
 

Methods in org.opengis.observation.sampling that return types with arguments of type AnyFeature
 List<AnyFeature> SamplingFeature.getSampledFeature()
          A SamplingFeature must be associated with one or more other features through an association role sampledFeature.
 



Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.