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 ConcatenatedOperationRefType
Gml311Factory. createConcatenatedOperationRefType()
Returns a new object of class 'Concatenated Operation Ref Type'.ConcatenatedOperationRefType
DocumentRoot. 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 void
DocumentRoot. 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 class
ConcatenatedOperationRefTypeImpl
An implementation of the model object 'Concatenated Operation Ref Type'.Methods in net.opengis.gml311.impl that return ConcatenatedOperationRefType Modifier and Type Method Description ConcatenatedOperationRefType
Gml311FactoryImpl. createConcatenatedOperationRefType()
ConcatenatedOperationRefType
DocumentRootImpl. getConcatenatedOperationRef()
Methods in net.opengis.gml311.impl with parameters of type ConcatenatedOperationRefType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetConcatenatedOperationRef(ConcatenatedOperationRefType newConcatenatedOperationRef, NotificationChain msgs)
void
DocumentRootImpl. 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 T
Gml311Switch. caseConcatenatedOperationRefType(ConcatenatedOperationRefType object)
Returns the result of interpreting the object as an instance of 'Concatenated Operation Ref Type'.boolean
Gml311Validator. validateConcatenatedOperationRefType(ConcatenatedOperationRefType concatenatedOperationRefType, DiagnosticChain diagnostics, Map<Object,Object> context)
-