Aquarius.NET® - specifications

Data Integration Layer


Feature
Feature represents one entity in FeatureSource. Feature is the fundamental class that Aquarius.NET framework uses for accessing entity in feature source. Disparate spatial, attribute and image data sources are unified within feature source to collection of features, described by its schema. Feature is the collection of spatial, attribute and/or image properties.

Feature Source
FeatureSource is the collection of Features. FeatureSource is the fundamental class that Aquarius.NET framework uses for accessing data sources. Disparate spatial, attribute and image data sources are unified within feature source to collection of features, described by its schema. Feature source architecture conforms with standard .NET Data Provider architecture.

Feature Command
FeatureCommand class represents an feature request that is executed while connected to a feature source.
  • FeatureCommandRender represents an feature RENDER request.
  • FeatureCommandSelect represents an feature SELECT request.

Data Storage
Data Adapters


Back