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 SurfaceArrayPropertyTypeGml311Factory. createSurfaceArrayPropertyType()Returns a new object of class 'Surface Array Property Type'.SurfaceArrayPropertyTypeDocumentRoot. getSurfaceArrayProperty()Returns the value of the 'Surface Array Property' containment reference.SurfaceArrayPropertyTypeDocumentRoot. getSurfaceMembers()Returns the value of the 'Surface Members' containment reference.SurfaceArrayPropertyTypeMultiSurfaceType. 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 voidDocumentRoot. setSurfaceArrayProperty(SurfaceArrayPropertyType value)Sets the value of the 'Surface Array Property' containment reference.voidDocumentRoot. setSurfaceMembers(SurfaceArrayPropertyType value)Sets the value of the 'Surface Members' containment reference.voidMultiSurfaceType. 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 classSurfaceArrayPropertyTypeImplAn implementation of the model object 'Surface Array Property Type'.Fields in net.opengis.gml311.impl declared as SurfaceArrayPropertyType Modifier and Type Field Description protected SurfaceArrayPropertyTypeMultiSurfaceTypeImpl. surfaceMembersThe cached value of the 'Surface Members' containment reference.Methods in net.opengis.gml311.impl that return SurfaceArrayPropertyType Modifier and Type Method Description SurfaceArrayPropertyTypeGml311FactoryImpl. createSurfaceArrayPropertyType()SurfaceArrayPropertyTypeDocumentRootImpl. getSurfaceArrayProperty()SurfaceArrayPropertyTypeDocumentRootImpl. getSurfaceMembers()SurfaceArrayPropertyTypeMultiSurfaceTypeImpl. getSurfaceMembers()Methods in net.opengis.gml311.impl with parameters of type SurfaceArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetSurfaceArrayProperty(SurfaceArrayPropertyType newSurfaceArrayProperty, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers, NotificationChain msgs)NotificationChainMultiSurfaceTypeImpl. basicSetSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers, NotificationChain msgs)voidDocumentRootImpl. setSurfaceArrayProperty(SurfaceArrayPropertyType newSurfaceArrayProperty)voidDocumentRootImpl. setSurfaceMembers(SurfaceArrayPropertyType newSurfaceMembers)voidMultiSurfaceTypeImpl. 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 TGml311Switch. caseSurfaceArrayPropertyType(SurfaceArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Surface Array Property Type'.booleanGml311Validator. validateSurfaceArrayPropertyType(SurfaceArrayPropertyType surfaceArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-