Uses of Class
nl.b3p.csw.jaxb.gml.SurfacePropertyType
-
Packages that use SurfacePropertyType Package Description nl.b3p.csw.jaxb.gml -
-
Uses of SurfacePropertyType in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as SurfacePropertyType Modifier and Type Field Description protected SurfacePropertyTypeSolidType. exteriorFields in nl.b3p.csw.jaxb.gml with type parameters of type SurfacePropertyType Modifier and Type Field Description protected List<SurfacePropertyType>SolidType. interiorMethods in nl.b3p.csw.jaxb.gml that return SurfacePropertyType Modifier and Type Method Description SurfacePropertyTypeObjectFactory. createSurfacePropertyType()Create an instance ofSurfacePropertyTypeSurfacePropertyTypeSolidType. getExterior()Gets the value of the exterior property.Methods in nl.b3p.csw.jaxb.gml that return types with arguments of type SurfacePropertyType Modifier and Type Method Description List<SurfacePropertyType>SolidType. getInterior()Gets the value of the interior property.Methods in nl.b3p.csw.jaxb.gml with parameters of type SurfacePropertyType Modifier and Type Method Description BaseSurfaceObjectFactory. createBaseSurface(SurfacePropertyType value)Create an instance ofBaseSurface}SurfaceMemberObjectFactory. createSurfaceMember(SurfacePropertyType value)Create an instance ofSurfaceMember}SurfacePropertyObjectFactory. createSurfaceProperty(SurfacePropertyType value)Create an instance ofSurfaceProperty}voidSolidType. setExterior(SurfacePropertyType value)Sets the value of the exterior property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type SurfacePropertyType Constructor Description BaseSurface(SurfacePropertyType value)SolidType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, SurfacePropertyType exterior, List<SurfacePropertyType> interior)Fully-initialising value constructorSurfaceMember(SurfacePropertyType value)SurfaceProperty(SurfacePropertyType value)
-