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 SecondDefiningParameterTypeGml311Factory. createSecondDefiningParameterType()Returns a new object of class 'Second Defining Parameter Type'.SecondDefiningParameterTypeDocumentRoot. getSecondDefiningParameter()Returns the value of the 'Second Defining Parameter' containment reference.SecondDefiningParameterTypeEllipsoidType. 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 voidDocumentRoot. setSecondDefiningParameter(SecondDefiningParameterType value)Sets the value of the 'Second Defining Parameter' containment reference.voidEllipsoidType. 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 classSecondDefiningParameterTypeImplAn implementation of the model object 'Second Defining Parameter Type'.Fields in net.opengis.gml311.impl declared as SecondDefiningParameterType Modifier and Type Field Description protected SecondDefiningParameterTypeEllipsoidTypeImpl. secondDefiningParameterThe cached value of the 'Second Defining Parameter' containment reference.Methods in net.opengis.gml311.impl that return SecondDefiningParameterType Modifier and Type Method Description SecondDefiningParameterTypeGml311FactoryImpl. createSecondDefiningParameterType()SecondDefiningParameterTypeDocumentRootImpl. getSecondDefiningParameter()SecondDefiningParameterTypeEllipsoidTypeImpl. getSecondDefiningParameter()Methods in net.opengis.gml311.impl with parameters of type SecondDefiningParameterType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSecondDefiningParameter(SecondDefiningParameterType newSecondDefiningParameter, NotificationChain msgs)NotificationChainEllipsoidTypeImpl. basicSetSecondDefiningParameter(SecondDefiningParameterType newSecondDefiningParameter, NotificationChain msgs)voidDocumentRootImpl. setSecondDefiningParameter(SecondDefiningParameterType newSecondDefiningParameter)voidEllipsoidTypeImpl. 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 TGml311Switch. caseSecondDefiningParameterType(SecondDefiningParameterType object)Returns the result of interpreting the object as an instance of 'Second Defining Parameter Type'.booleanGml311Validator. validateSecondDefiningParameterType(SecondDefiningParameterType secondDefiningParameterType, DiagnosticChain diagnostics, Map<Object,Object> context)
-