Uses of Interface
net.opengis.wfs20.NativeType
Packages that use NativeType
Package
Description
-
Uses of NativeType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return NativeTypeModifier and TypeMethodDescriptionWfs20Factory.createNativeType()
Returns a new object of class 'Native Type'.DocumentRoot.getNative()
Returns the value of the 'Native' containment reference.Methods in net.opengis.wfs20 with parameters of type NativeTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setNative
(NativeType value) Sets the value of the 'Native
' containment reference. -
Uses of NativeType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement NativeTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Native Type'.Methods in net.opengis.wfs20.impl that return NativeTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createNativeType()
DocumentRootImpl.getNative()
Methods in net.opengis.wfs20.impl with parameters of type NativeTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetNative
(NativeType newNative, NotificationChain msgs) void
DocumentRootImpl.setNative
(NativeType newNative) -
Uses of NativeType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type NativeTypeModifier and TypeMethodDescriptionWfs20Switch.caseNativeType
(NativeType object) Returns the result of interpreting the object as an instance of 'Native Type'.boolean
Wfs20Validator.validateNativeType
(NativeType nativeType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of NativeType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type NativeType