Uses of Interface
net.opengis.gml311.SecondDefiningParameterType
-
Packages that use SecondDefiningParameterType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SecondDefiningParameterType in net.opengis.gml311
Methods in net.opengis.gml311 that return SecondDefiningParameterType Modifier and Type Method Description SecondDefiningParameterType
Gml311Factory. createSecondDefiningParameterType()
Returns a new object of class 'Second Defining Parameter Type'.SecondDefiningParameterType
DocumentRoot. getSecondDefiningParameter()
Returns the value of the 'Second Defining Parameter' containment reference.SecondDefiningParameterType
EllipsoidType. getSecondDefiningParameter()
Returns the value of the 'Second Defining Parameter' containment reference.Methods in net.opengis.gml311 with parameters of type SecondDefiningParameterType Modifier and Type Method Description void
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 SecondDefiningParameterType Modifier and Type Class Description class
SecondDefiningParameterTypeImpl
An implementation of the model object 'Second Defining Parameter Type'.Fields in net.opengis.gml311.impl declared as SecondDefiningParameterType Modifier and Type Field Description protected SecondDefiningParameterType
EllipsoidTypeImpl. secondDefiningParameter
The cached value of the 'Second Defining Parameter
' containment reference.Methods in net.opengis.gml311.impl that return SecondDefiningParameterType Modifier and Type Method Description SecondDefiningParameterType
Gml311FactoryImpl. createSecondDefiningParameterType()
SecondDefiningParameterType
DocumentRootImpl. getSecondDefiningParameter()
SecondDefiningParameterType
EllipsoidTypeImpl. getSecondDefiningParameter()
Methods in net.opengis.gml311.impl with parameters of type SecondDefiningParameterType Modifier and Type Method Description NotificationChain
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 SecondDefiningParameterType Modifier and Type Method Description T
Gml311Switch. 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)
-