Esri Geoportal Server
1.0

Package com.esri.gpt.catalog.discovery

Discovery classes.

See:
          Description

Interface Summary
IStoreable Represents the underlying data store component associated with a discoverable property.
IStoreables Represents a collection of underlying data store components.
 

Class Summary
AliasedDiscoverables A map of discoverable properties keyed on alias names.
DcElement Contains basic information for a Dublin Core element.
Discoverable Represents a property that can be discovered through query.
Discoverables A list of discoverable properties.
DiscoveredRecord Represents a record discovered through query.
DiscoveredRecords A list of records discovered through query.
DiscoveryClause Super-class for a clause within a filter.
DiscoveryClauses A list of discovery clauses.
DiscoveryComponent Super-class for objects that participate in the discovery model.
DiscoveryFilter Defines the filter that constrains a query.
DiscoveryQuery Defines the model for an executable query.
DiscoveryQueryAdapter An abstract class defining the interface for the execution of a discovery query.
DiscoveryResult Represents the result of a query.
LogicalClause A collection of clauses that will be grouped by And/Or/Not logic.
LogicalClause.LogicalAnd A collection of clauses operated on with And logic.
LogicalClause.LogicalNot A collection of clauses operated on with Not logic.
LogicalClause.LogicalOr A collection of clauses operated on with Or logic.
PropertyClause A clause that compares a stored property to a supplied literal.
PropertyClause.PropertyIsBetween A property comparison between two literals.
PropertyClause.PropertyIsEqualTo A property is equal to a literal comparison.
PropertyClause.PropertyIsGreaterThan A property is greater than a literal comparison.
PropertyClause.PropertyIsGreaterThanOrEqualTo A property is greater than or equal to a literal comparison.
PropertyClause.PropertyIsLessThan A property is less than a literal comparison.
PropertyClause.PropertyIsLessThanOrEqualTo A property is less than or equal to a literal comparison.
PropertyClause.PropertyIsLike A property is like a literal comparison.
PropertyClause.PropertyIsNotEqualTo A property is not equal to a literal comparison.
PropertyClause.PropertyIsNull A property is null comparison
PropertyMeaning Represents the meaning associated with a discoverable property.
PropertyMeaning.AnyText Any text meaning (for queries executed against multiple fields).
PropertyMeaning.Geometry Geometry property (Envelope based).
PropertyMeanings Contains the configured collection of discoverble/storable property meanings.
PropertySets Stores collections of brief, summary and full property sets.
Returnable A discoverable property that contains an Object array of associated stored values the were discovered through query.
Sortable Represents a stored property that can be be used to sort the results of a query.
Sortables A list of sortable properties.
SpatialClause A clause that compares a stored geometry to a supplied geometry.
SpatialClause.GeometryBBOXIntersects True if the bounding envelope of the stored geometry intersects the input geometry.
SpatialClause.GeometryContains True if the stored geometry fully contains the input geometry.
SpatialClause.GeometryIntersects True if there is any positive interaction between the geometries.
SpatialClause.GeometryIsDisjointTo True if the geometries do not intersect.
SpatialClause.GeometryIsEqualTo True if the geometries are equal.
SpatialClause.GeometryIsWithin True if the stored geometry is fully contained by the input geometry.
SpatialClause.GeometryOverlaps True if the geometries intersect but are not equal.
 

Enum Summary
PropertyComparisonType The enumeration of comparison types for a property.
PropertyMeaningType The enumeration of meaning types for a property.
PropertyValueType The enumeration of value types for a property.
Sortable.SortDirection The enumeration of sorting directions.
 

Exception Summary
DiscoveryException A discovery related exception.
 

Package com.esri.gpt.catalog.discovery Description

Discovery classes.


Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.