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

Uses of MatrixType in net.opengis.swecommon.v_2_0
 

Fields in net.opengis.swecommon.v_2_0 declared as MatrixType
protected  MatrixType MatrixPropertyType.matrix
           
protected  MatrixType MatrixPropertyByValueType.matrix
           
 

Methods in net.opengis.swecommon.v_2_0 that return MatrixType
 MatrixType ObjectFactory.createMatrixType()
          Create an instance of MatrixType
 MatrixType MatrixPropertyType.getMatrix()
          Gets the value of the matrix property.
 MatrixType MatrixPropertyByValueType.getMatrix()
          Gets the value of the matrix property.
 MatrixType MatrixType.withDefinition(String value)
           
 MatrixType MatrixType.withDescription(String value)
           
 MatrixType MatrixType.withElementCount(CountPropertyType value)
           
 MatrixType MatrixType.withElementType(DataArrayType.ElementType value)
           
 MatrixType MatrixType.withEncoding(DataArrayType.Encoding value)
           
 MatrixType MatrixType.withExtension(Collection<Object> values)
           
 MatrixType MatrixType.withExtension(List<Object> value)
           
 MatrixType MatrixType.withExtension(Object... values)
           
 MatrixType MatrixType.withId(String value)
           
 MatrixType MatrixType.withIdentifier(String value)
           
 MatrixType MatrixType.withLabel(String value)
           
 MatrixType MatrixType.withLocalFrame(String value)
           
 MatrixType MatrixType.withOptional(boolean value)
           
 MatrixType MatrixType.withReferenceFrame(String value)
           
 MatrixType MatrixType.withUpdatable(boolean value)
           
 MatrixType MatrixType.withValues(EncodedValuesPropertyType value)
           
 

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

Methods in net.opengis.swecommon.v_2_0 with parameters of type MatrixType
 JAXBElement<MatrixType> ObjectFactory.createMatrix(MatrixType value)
          Create an instance of JAXBElement<MatrixType>}
 void MatrixPropertyType.setMatrix(MatrixType value)
          Sets the value of the matrix property.
 void MatrixPropertyByValueType.setMatrix(MatrixType value)
          Sets the value of the matrix property.
 MatrixPropertyType MatrixPropertyType.withMatrix(MatrixType value)
           
 MatrixPropertyByValueType MatrixPropertyByValueType.withMatrix(MatrixType value)
           
 



Copyright © 2008-2015. All Rights Reserved.