Uses of Class
org.javastro.ivoa.entities.stc.v1.VertexType
Packages that use VertexType
-
Uses of VertexType in org.javastro.ivoa.entities.stc.v1
Fields in org.javastro.ivoa.entities.stc.v1 with type parameters of type VertexTypeModifier and TypeFieldDescriptionprotected List<VertexType>PolygonType.verticesIn order to form polygons, vertices are to be connected with straight line segments.Methods in org.javastro.ivoa.entities.stc.v1 that return VertexTypeModifier and TypeMethodDescriptionObjectFactory.createVertexType()Create an instance ofVertexTypeVertexType.withPosition(Double2Type value) VertexType.withSmallCircle(SmallCircleType value) Methods in org.javastro.ivoa.entities.stc.v1 that return types with arguments of type VertexTypeModifier and TypeMethodDescriptionPolygonType.getVertices()In order to form polygons, vertices are to be connected with straight line segments.Methods in org.javastro.ivoa.entities.stc.v1 with parameters of type VertexTypeMethod parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type VertexTypeConstructor parameters in org.javastro.ivoa.entities.stc.v1 with type arguments of type VertexTypeModifierConstructorDescriptionPolygonType(String id, Object idref, String ucd, String type, String href, String idType, String idrefType, Boolean loInclude, Boolean hiInclude, Float fillFactor, Object frameId, BigDecimal epoch, String unit, RegionAreaType area, String note, Object coordSystemId, List<VertexType> vertices) Fully-initialising value constructor