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 interface
PolygonPatchArrayPropertyType
A representation of the model object 'Polygon Patch Array Property Type'.interface
TrianglePatchArrayPropertyType
A representation of the model object 'Triangle Patch Array Property Type'.Methods in net.opengis.gml311 that return SurfacePatchArrayPropertyType Modifier and Type Method Description SurfacePatchArrayPropertyType
Gml311Factory. createSurfacePatchArrayPropertyType()
Returns a new object of class 'Surface Patch Array Property Type'.SurfacePatchArrayPropertyType
DocumentRoot. getPatches()
Returns the value of the 'Patches' containment reference.SurfacePatchArrayPropertyType
SurfaceType. getPatches()
Returns the value of the 'Patches' containment reference.Methods in net.opengis.gml311 with parameters of type SurfacePatchArrayPropertyType Modifier and Type Method Description void
DocumentRoot. setPatches(SurfacePatchArrayPropertyType value)
Sets the value of the 'Patches
' containment reference.void
SurfaceType. 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 class
PolygonPatchArrayPropertyTypeImpl
An implementation of the model object 'Polygon Patch Array Property Type'.class
SurfacePatchArrayPropertyTypeImpl
An implementation of the model object 'Surface Patch Array Property Type'.class
TrianglePatchArrayPropertyTypeImpl
An implementation of the model object 'Triangle Patch Array Property Type'.Methods in net.opengis.gml311.impl that return SurfacePatchArrayPropertyType Modifier and Type Method Description SurfacePatchArrayPropertyType
Gml311FactoryImpl. createSurfacePatchArrayPropertyType()
SurfacePatchArrayPropertyType
DocumentRootImpl. getPatches()
SurfacePatchArrayPropertyType
SurfaceTypeImpl. getPatches()
Methods in net.opengis.gml311.impl with parameters of type SurfacePatchArrayPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPatches(SurfacePatchArrayPropertyType newPatches, NotificationChain msgs)
NotificationChain
SurfaceTypeImpl. basicSetPatches(SurfacePatchArrayPropertyType newPatches, NotificationChain msgs)
void
DocumentRootImpl. setPatches(SurfacePatchArrayPropertyType newPatches)
void
SurfaceTypeImpl. 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 T
Gml311Switch. caseSurfacePatchArrayPropertyType(SurfacePatchArrayPropertyType object)
Returns the result of interpreting the object as an instance of 'Surface Patch Array Property Type'.boolean
Gml311Validator. validateSurfacePatchArrayPropertyType(SurfacePatchArrayPropertyType surfacePatchArrayPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-