Package-level declarations

Types

Link copied to clipboard
Defines a SVS Abstract Form (object with no geometry).
Link copied to clipboard
abstract class Attribute
A structure that represents an SVS object's semantic definition.
Link copied to clipboard
interface AttributeFilter
This interface defines a generic SVS Attribute filter.
Link copied to clipboard
interface ClassFilter
This interface defines a generic Class ID filter.
Link copied to clipboard
open class CoordIterator : Enumeration<E>
Provides a generic iterator for traversing geometric coordinates of any SVS Form (except Abstract From).
Link copied to clipboard

This class provides methods for creating a group of additional layers in which geometric forms such as points, lines, polylines, polygons...etc can be added and removed dynamically.

Link copied to clipboard
open class Ellipse2D : Form
Defines an SVS 2D-Ellipse
Link copied to clipboard
A class that represents a float attribute (see Attribute class).
Link copied to clipboard
abstract class Form : CPPAdapter
Defines the abstraction layer of all geometric (and none geometric) forms handled by the SVS format.
Link copied to clipboard
Defines the (2D) coordinates of a geographical point in double precision.
Link copied to clipboard
Defines the (3D) coordinates of a geographical point in double precision.
Link copied to clipboard
open class GeoPoint
Defines the (2D) longitude and latitude coordinates of a geographical point.
Link copied to clipboard
class GeoRect
Represents a geographical 2D rectangular area defined by two opposite corners such as : min.x = MIN(p1.x, p2.x); min.y = MIN(p1.y, p2.y); max.x = MAX(p1.x, p2.x); max.y = MAX(p1.y, p2.y);
Link copied to clipboard
Defines the (2D) coordinates of a geographical point in SVS-coordinates
Link copied to clipboard
A structure that represents a Key Attribute (see Attribute class).
Link copied to clipboard
A structure that represents a string attribute (see Attribute class).
Link copied to clipboard
A structure that represents a Label Attribute (see Attribute class).
Link copied to clipboard
A class that represents a Meta Attribute (see Attribute class) which is a simple array of bytes.
Link copied to clipboard
class ObjectId
Internal identifier of a geographical element.
Link copied to clipboard
open class Point2D : Form
Defines a SVS 2D point.
Link copied to clipboard
open class Polygon2D : Form
Defines an SVS 2D-polygon.
Link copied to clipboard
Defines an SVS 2D-polyline.
Link copied to clipboard
open class Rectangle2D : Form
Defines an SVS 2D-Rectangle.
Link copied to clipboard
A structure that represents a signed int attribute (see Attribute class).
Link copied to clipboard
A structure that represents a string attribute (see Attribute class).
Link copied to clipboard
A class that allows you to manage transparently a set of SVS files.
Link copied to clipboard
A structure that represents an unsigned int attribute (see Attribute class).