Uses of Class
net.opengis.swecommon.v_2_0.VectorType

Uses of VectorType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as VectorType
protected  VectorType VectorPropertyType.vector
           
protected  VectorType VectorPropertyByValueType.vector
           
 

Methods in net.opengis.swecommon.v_2_0 that return VectorType
 VectorType ObjectFactory.createVectorType()
          Create an instance of VectorType
 VectorType VectorPropertyType.getVector()
          Gets the value of the vector property.
 VectorType VectorPropertyByValueType.getVector()
          Gets the value of the vector property.
 VectorType VectorType.withCoordinate(Collection<VectorType.Coordinate> values)
           
 VectorType VectorType.withCoordinate(List<VectorType.Coordinate> value)
           
 VectorType VectorType.withCoordinate(VectorType.Coordinate... values)
           
 VectorType VectorType.withDefinition(String value)
           
 VectorType VectorType.withDescription(String value)
           
 VectorType VectorType.withExtension(Collection<Object> values)
           
 VectorType VectorType.withExtension(List<Object> value)
           
 VectorType VectorType.withExtension(Object... values)
           
 VectorType VectorType.withId(String value)
           
 VectorType VectorType.withIdentifier(String value)
           
 VectorType VectorType.withLabel(String value)
           
 VectorType VectorType.withLocalFrame(String value)
           
 VectorType VectorType.withOptional(boolean value)
           
 VectorType VectorType.withReferenceFrame(String value)
           
 VectorType VectorType.withUpdatable(boolean value)
           
 

Methods in net.opengis.swecommon.v_2_0 that return types with arguments of type VectorType
 JAXBElement<VectorType> ObjectFactory.createVector(VectorType value)
          Create an instance of JAXBElement<VectorType>}
 

Methods in net.opengis.swecommon.v_2_0 with parameters of type VectorType
 JAXBElement<VectorType> ObjectFactory.createVector(VectorType value)
          Create an instance of JAXBElement<VectorType>}
 void VectorPropertyType.setVector(VectorType value)
          Sets the value of the vector property.
 void VectorPropertyByValueType.setVector(VectorType value)
          Sets the value of the vector property.
 VectorPropertyType VectorPropertyType.withVector(VectorType value)
           
 VectorPropertyByValueType VectorPropertyByValueType.withVector(VectorType value)
           
 



Copyright © 2008-2015. All Rights Reserved.