TABLE OF CONTENTS


OBJECT TYPE ARRAY/T_ELEMINFOSET [ Structures ]

[ Top ] [ Structures ]

NAME

    T_ELEMINFOSET -- A type representing an array (collection) of T_ELEMINFO objects.

DESCRIPTION

    An array of T_ELEMINFO objects that represent an ordered set of sdo_elem_info triplets.

AUTHOR

    Simon Greener

HISTORY

    Simon Greener - Jan 2005 - Original coding.

COPYRIGHT

    (c) 2012-2018 by TheSpatialDBAdvisor/Simon Greener

SOURCE

CREATE OR REPLACE TYPE &&INSTALL_SCHEMA..T_ElemInfoSet 
           IS TABLE OF &&INSTALL_SCHEMA..T_ElemInfo;

OBJECT TYPE/T_ELEMINFO [ Types ]

[ Top ] [ Types ]

NAME

    T_ELEMINFO -- Object type representing single mdsys.sdo_elem_info triplet.

DESCRIPTION

    An object type that represents an sdo_elem_info_array "triplet" as a single object.

NOTES

    No methods are declared on this type.

TODO

    Methods on an T_ELEMINFO may be added in future.

AUTHOR

    Simon Greener

HISTORY

    Simon Greener - Jan 2013 - Original coding.

COPYRIGHT

    (c) 2005-2018 by TheSpatialDBAdvisor/Simon Greener

T_ELEMINFO/ATTRIBUTES(T_ELEMINFO) [ Variables ]

[ Top ] [ T_ELEMINFO ] [ Variables ]

ATTRIBUTES

    offset         -- Offset value from Element_Info triplet
    etype          -- eType value from Element_Info triplet, describes geometry element.
    interpretation -- Interpretation value from Element_Info triplet eg 1 is vertex-connected; 3 is optimized rectangle; etc.

SOURCE

   offset           NUMBER,
   etype            NUMBER,
   interpretation   NUMBER