Uses of Class
nl.b3p.csw.jaxb.gml.BaseSurface
-
Packages that use BaseSurface Package Description nl.b3p.csw.jaxb.gml -
-
Uses of BaseSurface in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as BaseSurface Modifier and Type Field Description protected BaseSurfaceOrientableSurfaceType. baseSurfaceMethods in nl.b3p.csw.jaxb.gml that return BaseSurface Modifier and Type Method Description BaseSurfaceObjectFactory. createBaseSurface(SurfacePropertyType value)Create an instance ofBaseSurface}BaseSurfaceOrientableSurfaceType. getBaseSurface()References or contains the base surface (positive orientation).Methods in nl.b3p.csw.jaxb.gml with parameters of type BaseSurface Modifier and Type Method Description voidOrientableSurfaceType. setBaseSurface(BaseSurface value)Sets the value of the baseSurface property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type BaseSurface Constructor Description OrientableSurfaceType(List<MetaDataProperty> metaDataProperty, Description description, List<Name> name, String id, String gid, String srsName, BigInteger srsDimension, List<String> axisLabels, List<String> uomLabels, BaseSurface baseSurface, String orientation)Fully-initialising value constructor
-