Package org.osid.mapping
The Open Service Interface Definitions for the org.osid.mapping service.
The Mapping OSID provides a means for managing inventories of places and performing a variety of mapping operations.
Locations
One aspect of the Mapping OSID provides references to location places
used in other OSIDs. A Location may include a spatial coordinate or
defined boundary described in a SpatialUnit . Additional sessions
provide a means to easily look up locations by Coordinate or
arbitrary SpatialUnit as well as to traverse locations through
lookups of adjacent Locations .
Locations may be structured in hierarchies to convey hierarchical
relationships. A room may be located inside a building, within a city
within a state.
Primitives
The data interfaces for Coordinates and SpatialUnits
are defined through their respective Types to allow for any kind of
coordinate or spatial system. A definition for distance resolution is also
provided to capture an extremely wide array of unit values.
Distance , Coordinate , Heading , and SpatialUnit
appear to the OSID as complex primitive interfaces which are constructed by
the consumer in order to fulfill the interface contracts. It is required
that the consumer and provider agree on the coordinate domain and spatial
unit types through testing of the Type support.
Resource Tracking
Resources may be tracked spatially. Sessions are available to query
and place Resources at specific Locations and
Coordinates , and receive notifications to changes in their locations.
Map Cataloging
Locations may be organuzed in hierarchical Maps that offer
a means of federation or layering of map data.
Sub Packages
The Mapping OSID includes a Mapping Route OSID for creating and
navigating Routes, a Mapping Path OSID for querying and designing physical
Paths and a Mapping Batch OSID for managing locations in bulk.
Copyright © 2010 Ingenescus. All Rights Reserved.
This Work is being provided by the copyright holder(s) subject to the following license. By obtaining, using and/or copying this Work, you agree that you have read, understand, and will comply with the following terms and conditions.
Permission to use, copy and distribute unmodified versions of this Work, for any purpose, without fee or royalty is hereby granted, provided that you include the above copyright notices and the terms of this license on ALL copies of the Work or portions thereof.
You may nodify or create Derivatives of this Work only for your internal purposes. You shall not distribute or transfer any such Derivative of this Work to any location or to any third party. For the purposes of this license, "Derivative" shall mean any derivative of the Work as defined in the United States Copyright Act of 1976, such as a translation or modification.
This Work and the information contained herein is provided on an "AS IS" basis WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE WORK OR THE USE OR OTHER DEALINGS IN THE WORK.
The export of software employing encryption technology may require a specific license from the United States Government. It is the responsibility of any person or organization contemplating export to obtain such a license before exporting this Work.
-
ClassDescriptionA coordinate represents a position.Like all
OsidLists,CoordinateListprovides a means for accessingCoordinateelements sequentially either one at a time or many at a time.A distance.This enumeration contains the possible length units.A heading represents a direction.ALocationrepresents a location in aMap.This session defines methods to traverse through a map.This session creates, updates, and deletesLocations.This is the form for creating and updatingLocations.This session defines methods for managing a hierarchy ofLocations.This session defines methods for traversing a hierarchy ofLocations.Like allOsidLists,LocationListprovides a means for accessingLocationelements sequentially either one at a time or many at a time.This session defines methods for retrieving locations.This session provides methods to re-assignLocationstoMaps.This session provides methods to retrieveLocationtoMaplocations.This interface is a container for a partial hierarchy retrieval.Like allOsidLists,LocationNodeListprovides a means for accessingLocationNodeelements sequentially either one at a time or many at a time.This session defines methods to receive notifications on adds/changes toLocationsin thisMap.This is the query for searching locations.This is the query inspector for searching locations.This session provides methods for searching amongLocations.The location receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted locations.The search interface for governing location searches.An interface for specifying the ordering of search results.This interface provides a means to capture results of a search.This session provides methods for searching amongLocations.This session manages queries and sequencing to create "smart" dynamic catalogs.This session defines methods for retrieving locations through spatial queries.AMaprepresents a collection of locations and paths.This session creates, updates, and deletesMaps.This is the form for creating and updating maps.This session defines methods for managing a hierarchy ofMaps.This session defines methods for traversing a hierarchy ofMaps.Like allOsidLists,MapListprovides a means for accessingMapelements sequentially either one at a time or many at a time.This session provides methods for retrievingMaps.This interface is a container for a partial hierarchy retrieval.Like allOsidLists,MapNodeListprovides a means for accessingMapNodeelements sequentially either one at a time or many at a time.This session defines methods to receive notifications on adds/changes toMaps.The mapping manager provides access to mapping sessions and provides interoperability tests for various aspects of this service.The mapping profile describes the interoperability among mapping services.The mapping proxy manager provides access to mapping sessions and provides interoperability tests for various aspects of this service.This is the query for searching maps.This is the query inspector for searching maps.This session provides methods for searching amongMaps.The map receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deletedMapobjects.The search interface for governing map searches.An interface for specifying the ordering of search results.This interface provides a means to capture results of a search.This session provides methods for searching amongMaps.This session defines methods to route between locations.This interface defines a resource at a location.Like allOsidLists,ResourceLocationListprovides a means for accessingResourceLocationelements sequentially either one at a time or many at a time.This session defines methods to receive notifications on adds/changes to resources locations in thisMap.The resource location receiver is the consumer supplied interface for receiving notifications pertaining to location changes of resources.This session defines methods to look up resources on a map.This session defines update positions of resources.This session defines methods to receive notifications on adds/changes to resource positions in thisMap.The resource location receiver is the consumer supplied interface for receiving notifications pertaining to position changes of resources.A spatial unit can represent a single position or an area constructed of multiple positions or shapes.Like allOsidLists,SpatialUnitListprovides a means for accessingSpatialUnitelements sequentially either one at a time or many at a time.A speed is a distance traveled over a unit of time.