Uses of Interface
net.opengis.gml311.ScalarValuePropertyType
-
Packages that use ScalarValuePropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of ScalarValuePropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return ScalarValuePropertyType Modifier and Type Method Description ScalarValuePropertyTypeGml311Factory. createScalarValuePropertyType()Returns a new object of class 'Scalar Value Property Type'. -
Uses of ScalarValuePropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement ScalarValuePropertyType Modifier and Type Class Description classScalarValuePropertyTypeImplAn implementation of the model object 'Scalar Value Property Type'.Methods in net.opengis.gml311.impl that return ScalarValuePropertyType Modifier and Type Method Description ScalarValuePropertyTypeGml311FactoryImpl. createScalarValuePropertyType() -
Uses of ScalarValuePropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type ScalarValuePropertyType Modifier and Type Method Description TGml311Switch. caseScalarValuePropertyType(ScalarValuePropertyType object)Returns the result of interpreting the object as an instance of 'Scalar Value Property Type'.booleanGml311Validator. validateScalarValuePropertyType(ScalarValuePropertyType scalarValuePropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-