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 ArrayTypeGml311Factory. createArrayType()Returns a new object of class 'Array Type'.ArrayTypeDocumentRoot. getArray()Returns the value of the 'Array' containment reference.Methods in net.opengis.gml311 with parameters of type ArrayType Modifier and Type Method Description voidDocumentRoot. 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 classArrayTypeImplAn implementation of the model object 'Array Type'.Methods in net.opengis.gml311.impl that return ArrayType Modifier and Type Method Description ArrayTypeGml311FactoryImpl. createArrayType()ArrayTypeDocumentRootImpl. getArray()Methods in net.opengis.gml311.impl with parameters of type ArrayType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetArray(ArrayType newArray, NotificationChain msgs)voidDocumentRootImpl. 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 TGml311Switch. caseArrayType(ArrayType object)Returns the result of interpreting the object as an instance of 'Array Type'.booleanGml311Validator. validateArrayType(ArrayType arrayType, DiagnosticChain diagnostics, Map<Object,Object> context)
-