Uses of Interface
net.opengis.gml311.ArrayType
-
Packages that use ArrayType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ArrayType in net.opengis.gml311
Methods in net.opengis.gml311 that return ArrayType Modifier and Type Method Description ArrayType
Gml311Factory. createArrayType()
Returns a new object of class 'Array Type'.ArrayType
DocumentRoot. getArray()
Returns the value of the 'Array' containment reference.Methods in net.opengis.gml311 with parameters of type ArrayType Modifier and Type Method Description void
DocumentRoot. setArray(ArrayType value)
Sets the value of the 'Array
' containment reference. -
Uses of ArrayType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ArrayType Modifier and Type Class Description class
ArrayTypeImpl
An implementation of the model object 'Array Type'.Methods in net.opengis.gml311.impl that return ArrayType Modifier and Type Method Description ArrayType
Gml311FactoryImpl. createArrayType()
ArrayType
DocumentRootImpl. getArray()
Methods in net.opengis.gml311.impl with parameters of type ArrayType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetArray(ArrayType newArray, NotificationChain msgs)
void
DocumentRootImpl. setArray(ArrayType newArray)
-
Uses of ArrayType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ArrayType Modifier and Type Method Description T
Gml311Switch. caseArrayType(ArrayType object)
Returns the result of interpreting the object as an instance of 'Array Type'.boolean
Gml311Validator. validateArrayType(ArrayType arrayType, DiagnosticChain diagnostics, Map<Object,Object> context)
-