Uses of Interface
net.opengis.ows10.CapabilitiesBaseType
-
Packages that use CapabilitiesBaseType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl net.opengis.ows10 net.opengis.ows10.impl net.opengis.wfs net.opengis.wfs.impl -
-
Uses of CapabilitiesBaseType in net.opengis.cat.csw20
Subinterfaces of CapabilitiesBaseType in net.opengis.cat.csw20 Modifier and Type Interface Description interface
CapabilitiesType
A representation of the model object 'Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement CapabilitiesBaseType Modifier and Type Class Description class
CapabilitiesTypeImpl
An implementation of the model object 'Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.ows10
Methods in net.opengis.ows10 that return CapabilitiesBaseType Modifier and Type Method Description CapabilitiesBaseType
Ows10Factory. createCapabilitiesBaseType()
Returns a new object of class 'Capabilities Base Type'. -
Uses of CapabilitiesBaseType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement CapabilitiesBaseType Modifier and Type Class Description class
CapabilitiesBaseTypeImpl
An implementation of the model object 'Capabilities Base Type'.Methods in net.opengis.ows10.impl that return CapabilitiesBaseType Modifier and Type Method Description CapabilitiesBaseType
Ows10FactoryImpl. createCapabilitiesBaseType()
-
Uses of CapabilitiesBaseType in net.opengis.wfs
Subinterfaces of CapabilitiesBaseType in net.opengis.wfs Modifier and Type Interface Description interface
WFSCapabilitiesType
A representation of the model object 'Capabilities Type'. -
Uses of CapabilitiesBaseType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement CapabilitiesBaseType Modifier and Type Class Description class
WFSCapabilitiesTypeImpl
An implementation of the model object 'WFS Capabilities Type'.
-