CARIS HPD : HPD Server API : Vector Product Data : P_GPEAPI : GPE_OBJECTS
 

GPE_OBJECTS

Return a list of products containing input objects.

Input

Parameter

Type

Description

v_foids

FOID tab

Array holding FOIDs to be queried.

Output

Type

Description

enc_info
Pipelined array

List of products containing FOIDs queried.

Definition of ENC_INFO

Name

Type

Description

name

VARCHAR2

Name of product.

edition

NUMBER

Edition number.

version

NUMBER

Version number.

product_id

NUMBER

Base ID of the product.

productversion_id

NUMBER

Version identifier.

s57_type

NUMBER

Product spec identifier relating to a type from table ENCTYPE.

Example

select * from table(p_gpeapi.gpe_objects(p_project_manager.getProjectFea­tures(3)));

Exceptions

None defined at this time.