Uses of Interface
org.opengis.metadata.extent.VerticalExtent
Packages that use VerticalExtent
-
Uses of VerticalExtent in org.apache.sis.metadata.iso.extent
Classes in org.apache.sis.metadata.iso.extent that implement VerticalExtentMethods in org.apache.sis.metadata.iso.extent that return VerticalExtentModifier and TypeMethodDescriptionDefaultSpatialTemporalExtent.getVerticalExtent()Returns the vertical extent component.static VerticalExtentExtents.intersection(VerticalExtent e1, VerticalExtent e2) Returns the intersection of the given vertical extents.Methods in org.apache.sis.metadata.iso.extent that return types with arguments of type VerticalExtentModifier and TypeMethodDescriptionDefaultExtent.getVerticalElements()Provides vertical component of the extent of the referring object.Methods in org.apache.sis.metadata.iso.extent with parameters of type VerticalExtentModifier and TypeMethodDescriptionstatic DefaultVerticalExtentDefaultVerticalExtent.castOrCopy(VerticalExtent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.voidDefaultVerticalExtent.intersect(VerticalExtent other) Sets this vertical extent to the intersection of this extent with the specified one.static VerticalExtentExtents.intersection(VerticalExtent e1, VerticalExtent e2) Returns the intersection of the given vertical extents.voidDefaultSpatialTemporalExtent.setVerticalExtent(VerticalExtent newValue) Sets the vertical extent component.Method parameters in org.apache.sis.metadata.iso.extent with type arguments of type VerticalExtentModifier and TypeMethodDescriptionvoidDefaultExtent.setVerticalElements(Collection<? extends VerticalExtent> newValues) Sets vertical component of the extent of the referring object.Constructors in org.apache.sis.metadata.iso.extent with parameters of type VerticalExtentModifierConstructorDescriptionDefaultExtent(CharSequence description, GeographicExtent geographicElements, VerticalExtent verticalElements, TemporalExtent temporalElements) Constructs an extent initialized to the given description or components.DefaultSpatialTemporalExtent(GeographicExtent spatialExtent, VerticalExtent verticalExtent, TemporalExtent extent) Constructs a new spatial-temporal extent initialized to the specified values.DefaultVerticalExtent(VerticalExtent object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of VerticalExtent in org.opengis.metadata.extent
Methods in org.opengis.metadata.extent that return types with arguments of type VerticalExtentModifier and TypeMethodDescriptionCollection<? extends VerticalExtent> Extent.getVerticalElements()Provides vertical component of the extent of the referring object