Uses of Interface
net.opengis.gml311.SecondDefiningParameterType
Packages that use SecondDefiningParameterType
-
Uses of SecondDefiningParameterType in net.opengis.gml311
Methods in net.opengis.gml311 that return SecondDefiningParameterTypeModifier and TypeMethodDescriptionGml311Factory.createSecondDefiningParameterType()
Returns a new object of class 'Second Defining Parameter Type'.DocumentRoot.getSecondDefiningParameter()
Returns the value of the 'Second Defining Parameter' containment reference.EllipsoidType.getSecondDefiningParameter()
Returns the value of the 'Second Defining Parameter' containment reference.Methods in net.opengis.gml311 with parameters of type SecondDefiningParameterTypeModifier and TypeMethodDescriptionvoid
DocumentRoot.setSecondDefiningParameter
(SecondDefiningParameterType value) Sets the value of the 'Second Defining Parameter
' containment reference.void
EllipsoidType.setSecondDefiningParameter
(SecondDefiningParameterType value) Sets the value of the 'Second Defining Parameter
' containment reference. -
Uses of SecondDefiningParameterType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SecondDefiningParameterTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Second Defining Parameter Type'.Fields in net.opengis.gml311.impl declared as SecondDefiningParameterTypeModifier and TypeFieldDescriptionprotected SecondDefiningParameterType
EllipsoidTypeImpl.secondDefiningParameter
The cached value of the 'Second Defining Parameter
' containment reference.Methods in net.opengis.gml311.impl that return SecondDefiningParameterTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createSecondDefiningParameterType()
DocumentRootImpl.getSecondDefiningParameter()
EllipsoidTypeImpl.getSecondDefiningParameter()
Methods in net.opengis.gml311.impl with parameters of type SecondDefiningParameterTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetSecondDefiningParameter
(SecondDefiningParameterType newSecondDefiningParameter, NotificationChain msgs) NotificationChain
EllipsoidTypeImpl.basicSetSecondDefiningParameter
(SecondDefiningParameterType newSecondDefiningParameter, NotificationChain msgs) void
DocumentRootImpl.setSecondDefiningParameter
(SecondDefiningParameterType newSecondDefiningParameter) void
EllipsoidTypeImpl.setSecondDefiningParameter
(SecondDefiningParameterType newSecondDefiningParameter) -
Uses of SecondDefiningParameterType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SecondDefiningParameterTypeModifier and TypeMethodDescriptionGml311Switch.caseSecondDefiningParameterType
(SecondDefiningParameterType object) Returns the result of interpreting the object as an instance of 'Second Defining Parameter Type'.boolean
Gml311Validator.validateSecondDefiningParameterType
(SecondDefiningParameterType secondDefiningParameterType, DiagnosticChain diagnostics, Map<Object, Object> context)