Uses of Interface
net.opengis.gml311.SurfaceArrayPropertyType
-
Packages that use SurfaceArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SurfaceArrayPropertyType in net.opengis.gml311
Methods in net.opengis.gml311 that return SurfaceArrayPropertyType Modifier and Type Method Description SurfaceArrayPropertyType
Gml311Factory. createSurfaceArrayPropertyType()
Returns a new object of class 'Surface Array Property Type'.SurfaceArrayPropertyType
DocumentRoot. getSurfaceArrayProperty()
Returns the value of the 'Surface Array Property' containment reference.SurfaceArrayPropertyType
DocumentRoot. getSurfaceMembers()
Returns the value of the 'Surface Members' containment reference.SurfaceArrayPropertyType
MultiSurfaceType. getSurfaceMembers()
Returns the value of the 'Surface Members' containment reference.Methods in net.opengis.gml311 with parameters of type SurfaceArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setSurfaceArrayProperty(SurfaceArrayPropertyType value)
Sets the value of the 'Surface Array Property
' containment reference.void
DocumentRoot. setSurfaceMembers(SurfaceArrayPropertyType value)
Sets the value of the 'Surface Members
' containment reference.void
MultiSurfaceType. setSurfaceMembers(SurfaceArrayPropertyType value)
Sets the value of the 'Surface Members
' containment reference. -
Uses of SurfaceArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfaceArrayPropertyType Modifier and Type Class Description class
SurfaceArrayPropertyTypeImpl
An implementation of the model object 'Surface Array Property Type'.Fields in net.opengis.gml311.impl declared as SurfaceArrayPropertyType Modifier and Type Field Description protected SurfaceArrayPropertyType
MultiSurfaceTypeImpl. surfaceMembers
The cached value of the 'Surface Members
' containment reference.Methods in net.opengis.gml311.impl that return SurfaceArrayPropertyType Modifier and Type Method Description SurfaceArrayPropertyType
Gml311FactoryImpl. createSurfaceArrayPropertyType()
SurfaceArrayPropertyType
DocumentRootImpl. getSurfaceArrayProperty()
SurfaceArrayPropertyType
DocumentRootImpl. getSurfaceMembers()
SurfaceArrayPropertyType
MultiSurfaceTypeImpl. getSurfaceMembers()
Methods in net.opengis.gml311.impl with parameters of type SurfaceArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetSurfaceArrayProperty(SurfaceArrayPropertyType newSurfaceArrayProperty, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers, NotificationChain msgs)
NotificationChain
MultiSurfaceTypeImpl. basicSetSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers, NotificationChain msgs)
void
DocumentRootImpl. setSurfaceArrayProperty(SurfaceArrayPropertyType newSurfaceArrayProperty)
void
DocumentRootImpl. setSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers)
void
MultiSurfaceTypeImpl. setSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers)
-
Uses of SurfaceArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfaceArrayPropertyType Modifier and Type Method Description T
Gml311Switch. caseSurfaceArrayPropertyType(SurfaceArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Surface Array Property Type'.boolean
Gml311Validator. validateSurfaceArrayPropertyType(SurfaceArrayPropertyType surfaceArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-