Uses of Interface
net.opengis.gml311.ConcatenatedOperationRefType
-
Packages that use ConcatenatedOperationRefType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ConcatenatedOperationRefType in net.opengis.gml311
Methods in net.opengis.gml311 that return ConcatenatedOperationRefType Modifier and Type Method Description ConcatenatedOperationRefTypeGml311Factory. createConcatenatedOperationRefType()Returns a new object of class 'Concatenated Operation Ref Type'.ConcatenatedOperationRefTypeDocumentRoot. getConcatenatedOperationRef()Returns the value of the 'Concatenated Operation Ref' containment reference.Methods in net.opengis.gml311 with parameters of type ConcatenatedOperationRefType Modifier and Type Method Description voidDocumentRoot. setConcatenatedOperationRef(ConcatenatedOperationRefType value)Sets the value of the 'Concatenated Operation Ref' containment reference. -
Uses of ConcatenatedOperationRefType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ConcatenatedOperationRefType Modifier and Type Class Description classConcatenatedOperationRefTypeImplAn implementation of the model object 'Concatenated Operation Ref Type'.Methods in net.opengis.gml311.impl that return ConcatenatedOperationRefType Modifier and Type Method Description ConcatenatedOperationRefTypeGml311FactoryImpl. createConcatenatedOperationRefType()ConcatenatedOperationRefTypeDocumentRootImpl. getConcatenatedOperationRef()Methods in net.opengis.gml311.impl with parameters of type ConcatenatedOperationRefType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetConcatenatedOperationRef(ConcatenatedOperationRefType newConcatenatedOperationRef, NotificationChain msgs)voidDocumentRootImpl. setConcatenatedOperationRef(ConcatenatedOperationRefType newConcatenatedOperationRef) -
Uses of ConcatenatedOperationRefType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ConcatenatedOperationRefType Modifier and Type Method Description TGml311Switch. caseConcatenatedOperationRefType(ConcatenatedOperationRefType object)Returns the result of interpreting the object as an instance of 'Concatenated Operation Ref Type'.booleanGml311Validator. validateConcatenatedOperationRefType(ConcatenatedOperationRefType concatenatedOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-