Uses of Interface
net.opengis.ows10.GetCapabilitiesType
-
Packages that use GetCapabilitiesType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation net.opengis.wfs net.opengis.wfs.impl -
-
Uses of GetCapabilitiesType in net.opengis.cat.csw20
Subinterfaces of GetCapabilitiesType in net.opengis.cat.csw20 Modifier and Type Interface Description interfaceGetCapabilitiesTypeA representation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement GetCapabilitiesType Modifier and Type Class Description classGetCapabilitiesTypeImplAn implementation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.ows10
Methods in net.opengis.ows10 that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeOws10Factory. createGetCapabilitiesType()Returns a new object of class 'Get Capabilities Type'.GetCapabilitiesTypeDocumentRoot. getGetCapabilities()Returns the value of the 'Get Capabilities' containment reference.Methods in net.opengis.ows10 with parameters of type GetCapabilitiesType Modifier and Type Method Description voidDocumentRoot. setGetCapabilities(GetCapabilitiesType value)Sets the value of the 'Get Capabilities' containment reference. -
Uses of GetCapabilitiesType in net.opengis.ows10.impl
Classes in net.opengis.ows10.impl that implement GetCapabilitiesType Modifier and Type Class Description classGetCapabilitiesTypeImplAn implementation of the model object 'Get Capabilities Type'.Methods in net.opengis.ows10.impl that return GetCapabilitiesType Modifier and Type Method Description GetCapabilitiesTypeOws10FactoryImpl. createGetCapabilitiesType()GetCapabilitiesTypeDocumentRootImpl. getGetCapabilities()Methods in net.opengis.ows10.impl with parameters of type GetCapabilitiesType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetGetCapabilities(GetCapabilitiesType newGetCapabilities, NotificationChain msgs)voidDocumentRootImpl. setGetCapabilities(GetCapabilitiesType newGetCapabilities) -
Uses of GetCapabilitiesType in net.opengis.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type GetCapabilitiesType Modifier and Type Method Description booleanDocumentRootValidator. validateGetCapabilities(GetCapabilitiesType value) -
Uses of GetCapabilitiesType in net.opengis.wfs
Subinterfaces of GetCapabilitiesType in net.opengis.wfs Modifier and Type Interface Description interfaceGetCapabilitiesTypeA representation of the model object 'Get Capabilities Type'. -
Uses of GetCapabilitiesType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement GetCapabilitiesType Modifier and Type Class Description classGetCapabilitiesTypeImplAn implementation of the model object 'Get Capabilities Type'.
-