Uses of Interface
net.opengis.gml311.MultiSurfaceType
-
Packages that use MultiSurfaceType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of MultiSurfaceType in net.opengis.gml311
Methods in net.opengis.gml311 that return MultiSurfaceType Modifier and Type Method Description MultiSurfaceTypeGml311Factory. createMultiSurfaceType()Returns a new object of class 'Multi Surface Type'.MultiSurfaceTypeDocumentRoot. getMultiSurface()Returns the value of the 'Multi Surface' containment reference.MultiSurfaceTypeMultiSurfaceDomainType. getMultiSurface()Returns the value of the 'Multi Surface' containment reference.MultiSurfaceTypeMultiSurfacePropertyType. getMultiSurface()Returns the value of the 'Multi Surface' containment reference.Methods in net.opengis.gml311 with parameters of type MultiSurfaceType Modifier and Type Method Description voidDocumentRoot. setMultiSurface(MultiSurfaceType value)Sets the value of the 'Multi Surface' containment reference.voidMultiSurfaceDomainType. setMultiSurface(MultiSurfaceType value)Sets the value of the 'Multi Surface' containment reference.voidMultiSurfacePropertyType. setMultiSurface(MultiSurfaceType value)Sets the value of the 'Multi Surface' containment reference. -
Uses of MultiSurfaceType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement MultiSurfaceType Modifier and Type Class Description classMultiSurfaceTypeImplAn implementation of the model object 'Multi Surface Type'.Fields in net.opengis.gml311.impl declared as MultiSurfaceType Modifier and Type Field Description protected MultiSurfaceTypeMultiSurfaceDomainTypeImpl. multiSurfaceThe cached value of the 'Multi Surface' containment reference.protected MultiSurfaceTypeMultiSurfacePropertyTypeImpl. multiSurfaceThe cached value of the 'Multi Surface' containment reference.Methods in net.opengis.gml311.impl that return MultiSurfaceType Modifier and Type Method Description MultiSurfaceTypeGml311FactoryImpl. createMultiSurfaceType()MultiSurfaceTypeDocumentRootImpl. getMultiSurface()MultiSurfaceTypeMultiSurfaceDomainTypeImpl. getMultiSurface()MultiSurfaceTypeMultiSurfacePropertyTypeImpl. getMultiSurface()Methods in net.opengis.gml311.impl with parameters of type MultiSurfaceType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetMultiSurface(MultiSurfaceType newMultiSurface, NotificationChain msgs)NotificationChainMultiSurfaceDomainTypeImpl. basicSetMultiSurface(MultiSurfaceType newMultiSurface, NotificationChain msgs)NotificationChainMultiSurfacePropertyTypeImpl. basicSetMultiSurface(MultiSurfaceType newMultiSurface, NotificationChain msgs)voidDocumentRootImpl. setMultiSurface(MultiSurfaceType newMultiSurface)voidMultiSurfaceDomainTypeImpl. setMultiSurface(MultiSurfaceType newMultiSurface)voidMultiSurfacePropertyTypeImpl. setMultiSurface(MultiSurfaceType newMultiSurface) -
Uses of MultiSurfaceType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type MultiSurfaceType Modifier and Type Method Description TGml311Switch. caseMultiSurfaceType(MultiSurfaceType object)Returns the result of interpreting the object as an instance of 'Multi Surface Type'.booleanGml311Validator. validateMultiSurfaceType(MultiSurfaceType multiSurfaceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-