Uses of Interface
net.opengis.gml311.UserDefinedCSType
-
Packages that use UserDefinedCSType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of UserDefinedCSType in net.opengis.gml311
Methods in net.opengis.gml311 that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSTypeGml311Factory. createUserDefinedCSType()Returns a new object of class 'User Defined CS Type'.UserDefinedCSTypeDocumentRoot. getUserDefinedCS()Returns the value of the 'User Defined CS' containment reference.UserDefinedCSTypeUserDefinedCSRefType. getUserDefinedCS()Returns the value of the 'User Defined CS' containment reference.Methods in net.opengis.gml311 with parameters of type UserDefinedCSType Modifier and Type Method Description voidDocumentRoot. setUserDefinedCS(UserDefinedCSType value)Sets the value of the 'User Defined CS' containment reference.voidUserDefinedCSRefType. setUserDefinedCS(UserDefinedCSType value)Sets the value of the 'User Defined CS' containment reference. -
Uses of UserDefinedCSType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement UserDefinedCSType Modifier and Type Class Description classUserDefinedCSTypeImplAn implementation of the model object 'User Defined CS Type'.Fields in net.opengis.gml311.impl declared as UserDefinedCSType Modifier and Type Field Description protected UserDefinedCSTypeUserDefinedCSRefTypeImpl. userDefinedCSThe cached value of the 'User Defined CS' containment reference.Methods in net.opengis.gml311.impl that return UserDefinedCSType Modifier and Type Method Description UserDefinedCSTypeGml311FactoryImpl. createUserDefinedCSType()UserDefinedCSTypeDocumentRootImpl. getUserDefinedCS()UserDefinedCSTypeUserDefinedCSRefTypeImpl. getUserDefinedCS()Methods in net.opengis.gml311.impl with parameters of type UserDefinedCSType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetUserDefinedCS(UserDefinedCSType newUserDefinedCS, NotificationChain msgs)NotificationChainUserDefinedCSRefTypeImpl. basicSetUserDefinedCS(UserDefinedCSType newUserDefinedCS, NotificationChain msgs)voidDocumentRootImpl. setUserDefinedCS(UserDefinedCSType newUserDefinedCS)voidUserDefinedCSRefTypeImpl. setUserDefinedCS(UserDefinedCSType newUserDefinedCS) -
Uses of UserDefinedCSType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type UserDefinedCSType Modifier and Type Method Description TGml311Switch. caseUserDefinedCSType(UserDefinedCSType object)Returns the result of interpreting the object as an instance of 'User Defined CS Type'.booleanGml311Validator. validateUserDefinedCSType(UserDefinedCSType userDefinedCSType, DiagnosticChain diagnostics, Map<Object,Object> context)
-