Uses of Interface
net.opengis.cat.csw20.RequestBaseType
-
Packages that use RequestBaseType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of RequestBaseType in net.opengis.cat.csw20
Subinterfaces of RequestBaseType in net.opengis.cat.csw20 Modifier and Type Interface Description interface
DescribeRecordType
A representation of the model object 'Describe Record Type'.interface
GetDomainType
A representation of the model object 'Get Domain Type'.interface
GetRecordByIdType
A representation of the model object 'Get Record By Id Type'.interface
GetRecordsType
A representation of the model object 'Get Records Type'.interface
HarvestType
A representation of the model object 'Harvest Type'.interface
TransactionType
A representation of the model object 'Transaction Type'. -
Uses of RequestBaseType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement RequestBaseType Modifier and Type Class Description class
DescribeRecordTypeImpl
An implementation of the model object 'Describe Record Type'.class
GetDomainTypeImpl
An implementation of the model object 'Get Domain Type'.class
GetRecordByIdTypeImpl
An implementation of the model object 'Get Record By Id Type'.class
GetRecordsTypeImpl
An implementation of the model object 'Get Records Type'.class
HarvestTypeImpl
An implementation of the model object 'Harvest Type'.class
RequestBaseTypeImpl
An implementation of the model object 'Request Base Type'.class
TransactionTypeImpl
An implementation of the model object 'Transaction Type'.
-