Uses of Class
nl.b3p.csw.jaxb.gml.SurfacePatchArrayPropertyType
-
Packages that use SurfacePatchArrayPropertyType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of SurfacePatchArrayPropertyType in nl.b3p.csw.jaxb.gml
Subclasses of SurfacePatchArrayPropertyType in nl.b3p.csw.jaxb.gml Modifier and Type Class Description classPolygonPatchArrayPropertyTypeThis type defines a container for an array of polygon patches.classTrianglePatchArrayPropertyTypeThis type defines a container for an array of triangle patches.Fields in nl.b3p.csw.jaxb.gml with type parameters of type SurfacePatchArrayPropertyType Modifier and Type Field Description protected javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType>SurfaceType. patchesMethods in nl.b3p.csw.jaxb.gml that return SurfacePatchArrayPropertyType Modifier and Type Method Description SurfacePatchArrayPropertyTypeObjectFactory. createSurfacePatchArrayPropertyType()Create an instance ofSurfacePatchArrayPropertyTypeMethods in nl.b3p.csw.jaxb.gml that return types with arguments of type SurfacePatchArrayPropertyType Modifier and Type Method Description javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType>SurfaceType. getPatches()This element encapsulates the patches of the surface.Methods in nl.b3p.csw.jaxb.gml with parameters of type SurfacePatchArrayPropertyType Modifier and Type Method Description PatchesObjectFactory. createPatches(SurfacePatchArrayPropertyType value)Create an instance ofPatches}Method parameters in nl.b3p.csw.jaxb.gml with type arguments of type SurfacePatchArrayPropertyType Modifier and Type Method Description voidSurfaceType. setPatches(javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> value)Sets the value of the patches property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type SurfacePatchArrayPropertyType Constructor Description Patches(SurfacePatchArrayPropertyType value)Constructor parameters in nl.b3p.csw.jaxb.gml with type arguments of type SurfacePatchArrayPropertyType Constructor Description PolyhedralSurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches)Fully-initialising value constructorSurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches)Fully-initialising value constructorTinType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches, List<LineStringSegmentArrayPropertyType> stopLines, List<LineStringSegmentArrayPropertyType> breakLines, LengthType maxLength, TinType.ControlPoint controlPoint)Fully-initialising value constructorTriangulatedSurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, javax.xml.bind.JAXBElement<? extends SurfacePatchArrayPropertyType> patches)Fully-initialising value constructor
-