Uses of Interface
net.opengis.gml311.MultiSurfaceDomainType
-
Packages that use MultiSurfaceDomainType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiSurfaceDomainType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfaceDomainType Modifier and Type Method Description MultiSurfaceDomainTypeGml311Factory. createMultiSurfaceDomainType()Returns a new object of class 'Multi Surface Domain Type'.MultiSurfaceDomainTypeDocumentRoot. getMultiSurfaceDomain()Returns the value of the 'Multi Surface Domain' containment reference.MultiSurfaceDomainTypeMultiSurfaceCoverageType. getMultiSurfaceDomain()Returns the value of the 'Multi Surface Domain' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfaceDomainType Modifier and Type Method Description voidDocumentRoot. setMultiSurfaceDomain(MultiSurfaceDomainType value)Sets the value of the 'Multi Surface Domain' containment reference.voidMultiSurfaceCoverageType. setMultiSurfaceDomain(MultiSurfaceDomainType value)Sets the value of the 'Multi Surface Domain' containment reference. -
Uses of MultiSurfaceDomainType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfaceDomainType Modifier and Type Class Description classMultiSurfaceDomainTypeImplAn implementation of the model object 'Multi Surface Domain Type'.Fields in net.opengis.gml311.impl declared as MultiSurfaceDomainType Modifier and Type Field Description protected MultiSurfaceDomainTypeMultiSurfaceCoverageTypeImpl. multiSurfaceDomainThe cached value of the 'Multi Surface Domain' containment reference.Methods in net.opengis.gml311.impl that return MultiSurfaceDomainType Modifier and Type Method Description MultiSurfaceDomainTypeGml311FactoryImpl. createMultiSurfaceDomainType()MultiSurfaceDomainTypeDocumentRootImpl. getMultiSurfaceDomain()MultiSurfaceDomainTypeMultiSurfaceCoverageTypeImpl. getMultiSurfaceDomain()Methods in net.opengis.gml311.impl with parameters of type MultiSurfaceDomainType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain, NotificationChain msgs)NotificationChainMultiSurfaceCoverageTypeImpl. basicSetMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain, NotificationChain msgs)voidDocumentRootImpl. setMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain)voidMultiSurfaceCoverageTypeImpl. setMultiSurfaceDomain(MultiSurfaceDomainType newMultiSurfaceDomain) -
Uses of MultiSurfaceDomainType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfaceDomainType Modifier and Type Method Description TGml311Switch. caseMultiSurfaceDomainType(MultiSurfaceDomainType object)Returns the result of interpreting the object as an instance of 'Multi Surface Domain Type'.booleanGml311Validator. validateMultiSurfaceDomainType(MultiSurfaceDomainType multiSurfaceDomainType, DiagnosticChain diagnostics, Map<Object,Object> context)
-