Uses of Class
nl.b3p.csw.jaxb.gml.TinType.ControlPoint
-
Packages that use TinType.ControlPoint Package Description nl.b3p.csw.jaxb.gml -
-
Uses of TinType.ControlPoint in nl.b3p.csw.jaxb.gml
Fields in nl.b3p.csw.jaxb.gml declared as TinType.ControlPoint Modifier and Type Field Description protected TinType.ControlPointTinType. controlPointMethods in nl.b3p.csw.jaxb.gml that return TinType.ControlPoint Modifier and Type Method Description TinType.ControlPointObjectFactory. createTinTypeControlPoint()Create an instance ofTinType.ControlPointTinType.ControlPointTinType. getControlPoint()Gets the value of the controlPoint property.Methods in nl.b3p.csw.jaxb.gml with parameters of type TinType.ControlPoint Modifier and Type Method Description voidTinType. setControlPoint(TinType.ControlPoint value)Sets the value of the controlPoint property.Constructors in nl.b3p.csw.jaxb.gml with parameters of type TinType.ControlPoint Constructor Description TinType(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 constructor
-