Uses of Interface
net.opengis.gml311.SurfacePatchArrayPropertyType
-
Packages that use SurfacePatchArrayPropertyType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of SurfacePatchArrayPropertyType in net.opengis.gml311
Subinterfaces of SurfacePatchArrayPropertyType in net.opengis.gml311 Modifier and Type Interface Description interfacePolygonPatchArrayPropertyTypeA representation of the model object 'Polygon Patch Array Property Type'.interfaceTrianglePatchArrayPropertyTypeA representation of the model object 'Triangle Patch Array Property Type'.Methods in net.opengis.gml311 that return SurfacePatchArrayPropertyType Modifier and Type Method Description SurfacePatchArrayPropertyTypeGml311Factory. createSurfacePatchArrayPropertyType()Returns a new object of class 'Surface Patch Array Property Type'.SurfacePatchArrayPropertyTypeDocumentRoot. getPatches()Returns the value of the 'Patches' containment reference.SurfacePatchArrayPropertyTypeSurfaceType. getPatches()Returns the value of the 'Patches' containment reference.Methods in net.opengis.gml311 with parameters of type SurfacePatchArrayPropertyType Modifier and Type Method Description voidDocumentRoot. setPatches(SurfacePatchArrayPropertyType value)Sets the value of the 'Patches' containment reference.voidSurfaceType. setPatches(SurfacePatchArrayPropertyType value)Sets the value of the 'Patches' containment reference. -
Uses of SurfacePatchArrayPropertyType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement SurfacePatchArrayPropertyType Modifier and Type Class Description classPolygonPatchArrayPropertyTypeImplAn implementation of the model object 'Polygon Patch Array Property Type'.classSurfacePatchArrayPropertyTypeImplAn implementation of the model object 'Surface Patch Array Property Type'.classTrianglePatchArrayPropertyTypeImplAn implementation of the model object 'Triangle Patch Array Property Type'.Methods in net.opengis.gml311.impl that return SurfacePatchArrayPropertyType Modifier and Type Method Description SurfacePatchArrayPropertyTypeGml311FactoryImpl. createSurfacePatchArrayPropertyType()SurfacePatchArrayPropertyTypeDocumentRootImpl. getPatches()SurfacePatchArrayPropertyTypeSurfaceTypeImpl. getPatches()Methods in net.opengis.gml311.impl with parameters of type SurfacePatchArrayPropertyType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPatches(SurfacePatchArrayPropertyType newPatches, NotificationChain msgs)NotificationChainSurfaceTypeImpl. basicSetPatches(SurfacePatchArrayPropertyType newPatches, NotificationChain msgs)voidDocumentRootImpl. setPatches(SurfacePatchArrayPropertyType newPatches)voidSurfaceTypeImpl. setPatches(SurfacePatchArrayPropertyType newPatches) -
Uses of SurfacePatchArrayPropertyType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type SurfacePatchArrayPropertyType Modifier and Type Method Description TGml311Switch. caseSurfacePatchArrayPropertyType(SurfacePatchArrayPropertyType object)Returns the result of interpreting the object as an instance of 'Surface Patch Array Property Type'.booleanGml311Validator. validateSurfacePatchArrayPropertyType(SurfacePatchArrayPropertyType surfacePatchArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-