Uses of Interface
org.opengis.metadata.extent.Extent
Packages that use Extent
Package
Description
Well Known Text (WKT) parsing and formatting.
Information about the measuring instruments, the platform carrying them, and the mission to which the data contributes.
Reference to the data or service (citation, responsible party, contact information).
Information about spatial, vertical, and temporal extent.
Information to uniquely identify the data or service.
Information about the sources and production processes of a dataset.
Information about the frequency and scope of data updates.
Base classes for reference systems used for general positioning.
Relationship of a
CoordinateSystem (an abstract mathematical entity) to the earth or other system.Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Relationship between any two Coordinate Reference Systems (CRS).
Identification information
(includes data and service identification).
Lineage information.
Geodetic datum (the relationship of a
coordinate system to the earth).
Coordinate operations (relationship between
any two coordinate reference systems).
-
Uses of Extent in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt with parameters of type ExtentModifier and TypeMethodDescriptionvoidFormatter.append(InternationalString scope, Extent area) Appends the usage (scope and domain of validity) of an object. -
Uses of Extent in org.apache.sis.metadata.iso.acquisition
Methods in org.apache.sis.metadata.iso.acquisition that return types with arguments of type ExtentModifier and TypeMethodDescriptionDefaultObjective.getExtents()Returns the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective.Method parameters in org.apache.sis.metadata.iso.acquisition with type arguments of type ExtentModifier and TypeMethodDescriptionvoidDefaultObjective.setExtents(Collection<? extends Extent> newValues) Sets the extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective. -
Uses of Extent in org.apache.sis.metadata.iso.citation
Methods in org.apache.sis.metadata.iso.citation that return types with arguments of type ExtentModifier and TypeMethodDescriptionDefaultResponsibility.getExtents()Returns the spatial or temporal extents of the role.Method parameters in org.apache.sis.metadata.iso.citation with type arguments of type ExtentModifier and TypeMethodDescriptionvoidDefaultResponsibility.setExtents(Collection<? extends Extent> newValues) Sets the spatial and temporal extents of the role.Constructors in org.apache.sis.metadata.iso.citation with parameters of type ExtentModifierConstructorDescriptionDefaultResponsibility(Role role, Extent extent, AbstractParty party) Constructs a responsibility initialized to the specified values. -
Uses of Extent in org.apache.sis.metadata.iso.extent
Classes in org.apache.sis.metadata.iso.extent that implement ExtentModifier and TypeClassDescriptionclassInformation about spatial, vertical, and temporal extent.Fields in org.apache.sis.metadata.iso.extent declared as ExtentModifier and TypeFieldDescriptionstatic final ExtentExtents.WORLDA geographic extent ranging from 180°W to 180°E and 90°S to 90°N.Methods in org.apache.sis.metadata.iso.extent that return ExtentModifier and TypeMethodDescriptionstatic ExtentExtents.intersection(Extent e1, Extent e2) Returns the intersection of the given extents.Methods in org.apache.sis.metadata.iso.extent that return types with arguments of type ExtentModifier and TypeMethodDescriptionstatic Collection<? extends Extent> Extents.fromIdentificationInfo(Metadata metadata) Returns the extents found in allIdentificationelements of the given metadata.Methods in org.apache.sis.metadata.iso.extent with parameters of type ExtentModifier and TypeMethodDescriptionstatic DefaultExtentDefaultExtent.castOrCopy(Extent object) Returns a SIS metadata implementation with the values of the given arbitrary implementation.static StringExtents.getDescription(Extent extent, Locale locale) Returns the description of the given extent, ornullif none.static GeographicBoundingBoxExtents.getGeographicBoundingBox(Extent extent) Returns a single geographic bounding box from the specified extent.Extents.getInstant(Extent extent, ZoneId zone, double location) Returns an instant in the temporal elements of the given extent, ornullif none.Extents.getTimeRange(Extent extent) Returns the union of all time ranges found in the given extent, ornullif none.static MeasurementRange<Double> Extents.getVerticalRange(Extent extent) Returns the union of a subset of vertical ranges found in the given extent, ornullif none.voidSets this extent to the intersection of this extent with the specified one.static ExtentExtents.intersection(Extent e1, Extent e2) Returns the intersection of the given extents.static booleanReturnstrueif the given extent covers the world.Method parameters in org.apache.sis.metadata.iso.extent with type arguments of type ExtentModifier and TypeMethodDescriptionstatic Optional<GeographicBoundingBox> Extents.getGeographicBoundingBox(Stream<? extends Extent> extents) Returns a single geographic bounding box for the given extents.Constructors in org.apache.sis.metadata.iso.extent with parameters of type ExtentModifierConstructorDescriptionDefaultExtent(Extent object) Constructs a new instance initialized with the values from the specified metadata object. -
Uses of Extent in org.apache.sis.metadata.iso.identification
Methods in org.apache.sis.metadata.iso.identification that return types with arguments of type ExtentModifier and TypeMethodDescriptionAbstractIdentification.getExtents()Returns the spatial and temporal extent of the resource.Method parameters in org.apache.sis.metadata.iso.identification with type arguments of type ExtentModifier and TypeMethodDescriptionvoidAbstractIdentification.setExtents(Collection<? extends Extent> newValues) Sets the spatial and temporal extent of the resource. -
Uses of Extent in org.apache.sis.metadata.iso.lineage
Methods in org.apache.sis.metadata.iso.lineage that return types with arguments of type ExtentMethod parameters in org.apache.sis.metadata.iso.lineage with type arguments of type ExtentModifier and TypeMethodDescriptionvoidDefaultSource.setSourceExtents(Collection<? extends Extent> newValues) Deprecated.As of ISO 19115:2014, moved toDefaultScope.setExtents(Collection). -
Uses of Extent in org.apache.sis.metadata.iso.maintenance
Methods in org.apache.sis.metadata.iso.maintenance that return ExtentModifier and TypeMethodDescriptionDefaultScope.getExtent()Deprecated.As of ISO 19115:2014, replaced byDefaultScope.getExtents().Methods in org.apache.sis.metadata.iso.maintenance that return types with arguments of type ExtentModifier and TypeMethodDescriptionDefaultScope.getExtents()Returns information about the spatial, vertical and temporal extents of the resource specified by the scope.Methods in org.apache.sis.metadata.iso.maintenance with parameters of type ExtentModifier and TypeMethodDescriptionvoidDeprecated.As of ISO 19115:2014, replaced byDefaultScope.setExtents(Collection).Method parameters in org.apache.sis.metadata.iso.maintenance with type arguments of type ExtentModifier and TypeMethodDescriptionvoidDefaultScope.setExtents(Collection<? extends Extent> newValues) Sets information about the spatial, vertical and temporal extents of the resource specified by the scope. -
Uses of Extent in org.apache.sis.referencing
Fields in org.apache.sis.referencing declared as ExtentModifier and TypeFieldDescriptionprotected final ExtentDefaultObjectDomain.domainOfValidityArea for which the object is valid.Methods in org.apache.sis.referencing that return ExtentModifier and TypeMethodDescriptionAbstractReferenceSystem.getDomainOfValidity()Deprecated.Replaced byAbstractIdentifiedObject.getDomains()as of ISO 19111:2019.DefaultObjectDomain.getDomainOfValidity()Returns the spatial and temporal extent in which this object is valid.Methods in org.apache.sis.referencing that return types with arguments of type ExtentModifier and TypeMethodDescriptionIdentifiedObjects.getDomainOfValidity(IdentifiedObject object) Returns the domain of validity of the given object.Constructors in org.apache.sis.referencing with parameters of type ExtentModifierConstructorDescriptionDefaultObjectDomain(InternationalString scope, Extent domainOfValidity) Creates a new domain with the given scope and extent. -
Uses of Extent in org.apache.sis.referencing.datum
Methods in org.apache.sis.referencing.datum that return ExtentModifier and TypeMethodDescriptionAbstractDatum.getDomainOfValidity()Deprecated.Replaced byAbstractIdentifiedObject.getDomains()as of ISO 19111:2019.BursaWolfParameters.getDomainOfValidity()Returns the region or timeframe in which a coordinate transformation based on those Bursa-Wolf parameters is valid, ornullif unspecified.DefaultDatumEnsemble.getDomainOfValidity()Returns a domain of validity which is common to all members of the datum ensemble.Methods in org.apache.sis.referencing.datum with parameters of type ExtentModifier and TypeMethodDescriptionDefaultGeodeticDatum.getPositionVectorTransformation(GeodeticDatum targetDatum, Extent areaOfInterest) Returns the position vector transformation (geocentric domain) to the specified datum.Constructors in org.apache.sis.referencing.datum with parameters of type ExtentModifierConstructorDescriptionBursaWolfParameters(GeodeticDatum targetDatum, Extent domainOfValidity) Creates a new instance for the given target datum and domain of validity.TimeDependentBWP(GeodeticDatum targetDatum, Extent domainOfValidity, Temporal timeReference) Creates a new instance for the given target datum, domain of validity and time reference. -
Uses of Extent in org.apache.sis.referencing.factory
Methods in org.apache.sis.referencing.factory that return ExtentModifier and TypeMethodDescriptionConcurrentAuthorityFactory.createExtent(String code) Returns information about spatial, vertical, and temporal extent (usually a domain of validity) from a code.GeodeticAuthorityFactory.createExtent(String code) Creates information about spatial, vertical, and temporal extent (usually a domain of validity) from a code.MultiAuthoritiesFactory.createExtent(String code) Creates information about spatial, vertical, and temporal extent (usually a domain of validity) from a code. -
Uses of Extent in org.apache.sis.referencing.factory.sql
Methods in org.apache.sis.referencing.factory.sql that return ExtentModifier and TypeMethodDescriptionEPSGDataAccess.createExtent(String code) Creates information about spatial, vertical, and temporal extent (usually a domain of validity) from a code. -
Uses of Extent in org.apache.sis.referencing.operation
Fields in org.apache.sis.referencing.operation declared as ExtentModifier and TypeFieldDescriptionprotected ExtentCoordinateOperationRegistry.areaOfInterestThe spatiotemporal area of interest, ornullif none.Methods in org.apache.sis.referencing.operation that return ExtentModifier and TypeMethodDescriptionCoordinateOperationContext.getAreaOfInterest()Returns the spatiotemporal area of interest, ornullif none.AbstractCoordinateOperation.getDomainOfValidity()Deprecated.Replaced byAbstractIdentifiedObject.getDomains()as of ISO 19111:2019.Methods in org.apache.sis.referencing.operation with parameters of type ExtentModifier and TypeMethodDescriptionvoidCoordinateOperationContext.setAreaOfInterest(Extent area) Sets the spatiotemporal area of interest, ornullif none.Constructors in org.apache.sis.referencing.operation with parameters of type ExtentModifierConstructorDescriptionCoordinateOperationContext(Extent area, double accuracy) Creates a new context with the given area of interest and desired accuracy. -
Uses of Extent in org.opengis.metadata.acquisition
Methods in org.opengis.metadata.acquisition that return types with arguments of type ExtentModifier and TypeMethodDescriptionCollection<? extends Extent> Objective.getExtents()Extent information including the bounding box, bounding polygon, vertical and temporal extent of the objective. -
Uses of Extent in org.opengis.metadata.identification
Methods in org.opengis.metadata.identification that return types with arguments of type ExtentModifier and TypeMethodDescriptionCollection<? extends Extent> DataIdentification.getExtents()Additional extent information including the bounding polygon, vertical, and temporal extent of the dataset. -
Uses of Extent in org.opengis.metadata.lineage
Methods in org.opengis.metadata.lineage that return types with arguments of type ExtentModifier and TypeMethodDescriptionCollection<? extends Extent> Source.getSourceExtents()Information about the spatial, vertical and temporal extent of the source data. -
Uses of Extent in org.opengis.metadata.quality
Methods in org.opengis.metadata.quality that return Extent -
Uses of Extent in org.opengis.referencing
Methods in org.opengis.referencing that return ExtentModifier and TypeMethodDescriptionReferenceSystem.getDomainOfValidity()Area or region or timeframe in which this (coordinate) reference system is valid. -
Uses of Extent in org.opengis.referencing.datum
Methods in org.opengis.referencing.datum that return ExtentModifier and TypeMethodDescriptionDatum.getDomainOfValidity()Area or region or timeframe in which this datum is valid. -
Uses of Extent in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return ExtentModifier and TypeMethodDescriptionCoordinateOperation.getDomainOfValidity()Area or region or timeframe in which this coordinate operation is valid.
DefaultScope.getExtents().